JupyterLab provides data scientists a unified work environment for notebooks, file editing, and more. Designed to be extendable, JupyterLab allows developers to create new features and improve upon built-in functionality. In this talk we will go through what JupyterLab extensions are, how to install them, and getting started on creating your own extensions.
Most new users approach JupyterLab without an understanding of how it can be customized to match each user's exact needs. In this talk we will dive into what JupyterLab extensions are and what they can do. We will cover how users and administrators can install extensions as well as create their own.
This talk is aimed at new users to JupyterLab, either data scientists or developers. Attendees would be expected to be familiar with what Jupyter notebooks are and those with some javascript experience will take away more understanding from the creating an extension potion of the talk.
Attendees should walk away from this talk with:
The talk is split into three parts:
Overview of JupyterLab extensions
Finding and installing published JupyterLab extensions
Creating a new extension: an interactive demo walkthrough