pip方式安装Jupyter

    如你的cmd命令窗口无法识别pip命令,请配置下环境变量(将python的''Scripts''文件夹路径添加至''path''变量里面)。

    使用以下命令更新pip和安装Jupyter

pip3 install --upgrade pip
pip3 install jupyter

 

启动Jupyter
jupyter notebook

 

jupyter notebook
参考资料:

Jupyter 官方说明

https://jupyter.readthedocs.io/en/latest/install.html

pip配置

https://blog.csdn.net/zyx19950825/article/details/52469813

最详尽使用指南:超快上手Jupyter Notebook

https://blog.csdn.net/datacastle/article/details/78890469



相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2021-04-28
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2021-05-03
  • 2021-08-12
  • 2022-12-23
  • 2021-04-16
  • 2022-12-23
相关资源
相似解决方案