參考:Overview
安裝:
$ pip install jupyterlab
啟動(不是jupyter notebook):
$ jupyter lab
Jupyterlab中最好用的就是顯示csv數據。
CSV數據顯示效果:
安裝插件
jupyterlab
是和jupyter notebook
隔離的,也就是notebook
中的插件在這里不能用。
Jupyterlab的插件都是基于NodeJS安裝的,但同時所有npm的包也會自動保存到當前的python環境中(或虛擬環境)。
安裝命令格式是:
# 安裝NPM包
$ jupyter labextension install <NAME>
常用插件安裝:
# 目錄結構顯示
jupyter labextension install @jupyterlab/toc# Voyager 數據優化瀏覽
jupyter labextension install jupyterlab_voyager# Drawio 畫流程圖
jupyter labextension install jupyterlab-drawio# Lantern數據繪圖加強
jupyter labextension install pylantern
jupyter serverextension enable --py lantern
優選插件效果如下:
jupyterlab_voyager: