Terraforming Jupyter: Changing JupyterLab to suit your needs
Stephanie Stattel and Paul Ivanov walk you through a series of extensions that demonstrate the power and flexibility of JupyterLabs architecture, from targeted functionality modifications to more extreme atmospheric changes that require extensive decoupling and flexibility within JupyterLab.
Talk Title | Terraforming Jupyter: Changing JupyterLab to suit your needs |
Speakers | Stephanie Stattel (Bloomberg LP), Paul Ivanov (Bloomberg LP) |
Conference | JupyterCon in New York 2018 |
Conf Tag | The Official Jupyter Conference |
Location | New York, New York |
Date | August 22-24, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
As the next-generation user interface for Project Jupyter, JupyterLab is at its core an extensible environment. JupyterLab extensions can be created to modify themes, menu items, and keyboard shortcuts, as well as broader-scoped extensions, like ipywidgets that bring additional functionality like interactive HTML widgets to the notebook. JupyterLab extensions in turn can be extended and provide APIs and dependencies for other extensions. Stephanie Stattel and Paul Ivanov discuss the evolution of the JupyterLab architecture, which is itself simply a collection of extensions that can be customized to create tailored, opinionated Jupyter environments, and walk you through a series of JupyterLab extensions that demonstrate the power and flexibility of this new architecture. For each example, they highlight the relative complexity and stability of the extension itself. They also explore how different extensions can be combined to create customized environments. Topics include: