【PY】Jupyter Notebook 安裝與配置 實踐教程

kingdelee發表於2019-08-21

官方安裝文件

超級簡單, 安裝:

python3 -m pip install --upgrade pip
python3 -m pip install jupyter

執行,最好使用pm2執行:

jupyter notebook

官方文件:
https://jupyter.org/install

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章