JupyterLab Extension Notes

Notes on Jupyter Lab extensions


Notes on Jupyter Lab extensions

Extensions — JupyterLab 3.0.6 documentation

Git

1jupyter labextension install @jupyterlab/git
2pip install -e git+https://github.com/SwissDataScienceCenter/jupyterlab-git.git@fix-git-current-dir#egg=jupyterlab_git
3jupyter serverextension enable --py jupyterlab_git

Var Inspector

1jupyter labextension install @lckr/jupyterlab_variableinspector

ToC

1jupyter labextension install @jupyterlab/toc
2pip install jupyterlab_code_formatter
3jupyter labextension install @ryantam626/jupyterlab_code_formatter
4jupyter serverextension enable --py jupyterlab_code_formatter

autoPEP8

1pip install autopep8
2