Jupyter Lab の拡張機能メモ
Extensions — JupyterLab 3.0.6 documentation
Git
1
2
3
jupyter labextension install @jupyterlab/git
pip install -e git+https://github.com/SwissDataScienceCenter/[email protected]#egg=jupyterlab_git
jupyter serverextension enable --py jupyterlab_git
Var Inspector
1
jupyter labextension install @lckr/jupyterlab_variableinspector
ToC
1
2
3
4
jupyter labextension install @jupyterlab/toc
pip install jupyterlab_code_formatter
jupyter labextension install @ryantam626/jupyterlab_code_formatter
jupyter serverextension enable --py jupyterlab_code_formatter
autoPEP8
1
pip install autopep8