简介
看了机器之心的推送:我知道你会用Jupyter Notebook,但这些插件你都会了吗?。
前一段时间,从Notebook转到Lab了,尝试了想把Notebook的插件装到Lab上,发现不行。网上搜索一番,发现Lab的插件虽然少,但是还是很牛逼!
其中大部分参考:
安装 Lab extension
1
| conda install -c conda-forge nodejs
|
各种extension
Extension List:
- jupyterlab-extension
- Awesome JupyterLab
Installation
1 2 3 4
| pip install jupyterlab_latex
jupyter labextension install @jupyterlab/latex
|
Usage
创建文本文件,将其扩展名更改为.tex
,然后在该文件中使用鼠标右键选择Show LaTeX Preview
。
Installation
1
| jupyter labextension install @mflevine/jupyterlab_html
|
Usage
Installation
1
| jupyter labextension install jupyterlab-drawio
|
Usage
Installation
1
| jupyter labextension install @jupyterlab/plotly-extension
|
Usage
Installation
1
| jupyter labextension install jupyterlab_tensorboard
|
Usage
Installation
1
| jupyter labextension install @jupyterlab/toc
|
Usage
可视化操作Pandas等图表。
Installation
1 2
| jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter labextension install qgrid
|
Usage