【PY】Jupyter Notebook 安装与配置 实践教程
官方安装文档
超级简单, 安装:
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
运行,最好使用pm2运行:
jupyter notebook
官方文档:
https://jupyter.org/install
本作品采用《CC 协议》,转载必须注明作者和本文链接