Jupyter Lab の拡張機能メモ
Extensions — JupyterLab 3.0.6 documentation
Git
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
Var Inspector
jupyter labextension install @lckr/jupyterlab_variableinspector
ToC
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
pip install autopep8