Extension¶
basic¶
jupyter labextension list
jupyter labextension enable my-extension
jupyter labextension disable my-extension
jupyter labextension install my-extension
enable extension¶
http://localhost:8889/nbextensions
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user #not work
set cfigpath=C:\Users\sma\AppData\Roaming\Python\Python38\site-packages\jupyter_nbextensions_configurator\
python %cfigpath%application.py enable --user #works
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user #not work
set contrpath=C:\Users\sma\AppData\Roaming\Python\Python38\site-packages\jupyter_contrib_core\
python %contrpath%application.py nbextension install --user #works
install extension¶
https://jupyterlab.readthedocs.io/en/stable/user/extensions.html
- Add a Table of Content (Table of Content 2)\
jupyter labextension install @jupyterlab/toc\jupyter labextension install "@jupyterlab/toc@2.0.0"