JupyterLab插件整理

Jupyter架构

文档

交互图:

组件图:

插件列表

awesome-jupyter

awesome-jupyterlab

jupyterlab-toc)

安装命令:

1
jupyter labextension install @jupyterlab/toc

效果图:

jupyterlab_tensorboard

安装命令:

1
jupyter labextension install jupyterlab_tensorboard

效果图:

JupyterLab drawio

安装命令:

1
jupyter labextension install jupyterlab-drawio

效果图:

fasta-extension

安装命令:

1
jupyter labextension install @jupyterlab/fasta-extension

jupyterlab-git

安装命令:

1
2
3
jupyter labextension install @jupyterlab/git
pip install --upgrade jupyterlab-git
jupyter serverextension enable --py jupyterlab_git

效果图:

jupyterlab-variableInspector

安装命令:

1
jupyter labextension install @lckr/jupyterlab_variableinspector

效果图: