JupyterLab Extension Notes

Type: Tech BlogDate: 2019 - 4 - 19Tags:
#Jupyter

Notes on Jupyter Lab extensions

Extensions — JupyterLab 3.0.6 documentation

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
1jupyter labextension install @lckr/jupyterlab_variableinspector
1jupyter labextension install @jupyterlab/toc
2pip install jupyterlab_code_formatter
3jupyter labextension install @ryantam626/jupyterlab_code_formatter
4jupyter serverextension enable --py jupyterlab_code_formatter
1pip install autopep8
2