1.打开Windows命令行窗口cmd

安装、使用jupyter nootbook

2.查看已安装组件:python -m pip list

安装、使用jupyter nootbook

2.jupyter notebook安装命令:pip install jupyter

如果提示 pip 不是内部语言,则要把pip加到环境变量里path=%path%;C:\Python \Scripts

3.jupyter notebook启动命令:jupyter notebook

安装、使用jupyter nootbook

4.启动之后,会自动启动jupyter notebook的浏览器页面

安装、使用jupyter nootbook

5.点击new按钮下的Python3,打开编辑器页面,可以进行Python代码编写了。

安装、使用jupyter nootbook

相关文章:

  • 2021-09-28
  • 2021-11-21
  • 2021-05-12
  • 2021-12-16
  • 2021-09-12
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-01-10
  • 2021-08-04
  • 2021-10-25
  • 2022-02-28
  • 2022-12-23
相关资源
相似解决方案