pip jupyter安装与使用

  • 在一定的python环境下执行命令

pip install --user jupyter

  • 成功后,执行命令

python -m IPython notebook

打开网页即可

原文地址:https://www.cnblogs.com/beihangxuwei/p/15599636.html