JupyterLab Extension Notes

Category:Tech BlogTags:
#Jupyter
Published: 2019 - 4 - 19

Notes on Jupyter Lab extensions

Extensions — JupyterLab 3.0.6 documentation

jupyter labextension install @jupyterlab/git
pip install -e git+https://github.com/SwissDataScienceCenter/jupyterlab-git.git@fix-git-current-dir#egg=jupyterlab_git
jupyter serverextension enable --py jupyterlab_git
jupyter labextension install @lckr/jupyterlab_variableinspector
jupyter labextension install @jupyterlab/toc
pip install jupyterlab_code_formatter
jupyter labextension install @ryantam626/jupyterlab_code_formatter
jupyter serverextension enable --py jupyterlab_code_formatter
pip install autopep8

Read more articles