JupyterLab插件

简介

看了机器之心的推送:我知道你会用Jupyter Notebook,但这些插件你都会了吗?

前一段时间,从Notebook转到Lab了,尝试了想把Notebook的插件装到Lab上,发现不行。网上搜索一番,发现Lab的插件虽然少,但是还是很牛逼!

其中大部分参考:

安装 Lab extension

1
conda install -c conda-forge nodejs

各种extension

Extension List:

  1. jupyterlab-extension
  2. Awesome JupyterLab

JupyterLab LaTeX

Installation

1
2
3
4
# to install server extension
pip install jupyterlab_latex
# to install jupyter extension
jupyter labextension install @jupyterlab/latex

Usage

创建文本文件,将其扩展名更改为.tex,然后在该文件中使用鼠标右键选择Show LaTeX Preview

JupyterLab HTML

Installation

1
jupyter labextension install @mflevine/jupyterlab_html

Usage

JupyterLab drawio

Installation

1
jupyter labextension install jupyterlab-drawio

Usage

JupyterLab plotly

Installation

1
jupyter labextension install @jupyterlab/plotly-extension

Usage

Jupyterlab-Tensorboard

Installation

1
jupyter labextension install jupyterlab_tensorboard

Usage

jupyterlab-toc

Installation

1
jupyter labextension install @jupyterlab/toc

Usage

Qgrid

可视化操作Pandas等图表。

Installation

1
2
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install qgrid

Usage

一分一毛,也是心意。