Package Exports
- jupyterlab_discovery
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jupyterlab_discovery) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jupyterlab_discovery
A JupyterLab extension to facilitate the discovery and installation of other extensions
Prerequisites
- JupyterLab
Installation
pip install jupyterlab-discovery
For older versions of jupyter notebook, you will also need to run
jupyter serverextension enable [--sys-prefix|--user|--system] jupyterlab_discovery
Documentation
Visit http://jupyterlab-discovery.readthedocs.io/
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
pip install -e .
jupyter labextension install .
jupyter serverextension enable [--sys-prefix|--user|--system] jupyterlab_discovery
To rebuild the package and the JupyterLab app:
jupyter lab build