JupyterLab Discovery

Version:5.0.0
Source code:Github page

jupyterlab-discovery is a JupyterLab extension for discovering and managing other JupyterLab extensions. The extension adds a side-bar component to JupyterLab, that allows the user to:

  • View the currently installed extensions and their status.
  • Search and discover other extensions published to the npm registry.
  • Install, uninstall, enable, disable and update extensions.
Base view of the extension sidebar

Figure: Base view of the extension sidebar.

Quickstart

To install the extension, run the following command on the JupyterLab server, e.g. from the JupyterLab terminal:

pip install jupyterlab-discovery

This will install both the front-end extension, as well as the required server extension. For torubleshooting and details, see the Installation section.