Simple nbextension that adds a JupyterLab button to the tree view of the classic notebook interface
This can be used with local or JupyterHub installations where one wishes to keep the classic interface as the default but also signal to users that JupyterLab is available. Note that one can manually start JupyterLab by changing /tree
in the URL to /lab
, but users unaware of JupyterLab may not know about this.
To install:
- Download start-jupyterlab-button.js
jupyter nbextension install [--user|--sys-prefix] start-jupyterlab-button.js
jupyter nbextension enable [--user|--sys-prefix] --section='tree' start-jupyterlab-button