在 Ubuntu 上安裝 JupyterLab 的方法


1. 安裝 python:
$sudo apt install python3 python3-pip
2. 安裝 Jupyter, JupyterLab:
$python3 -m pip install jupyter jupyterlab
3. 執行 JupyterLab:
$jupyter lab
4. 檢視執行結果:

參考文章


JupyterLab » Docs » Installation