1.打开Windows命令行窗口cmd

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

3.jupyter notebook安装命令:pip install jupyter
如果提示 pip 不是内部语言,则要把pip加到环境变量里,path=%path%;C:\Python \Scripts
4.jupyter notebook启动命令:jupyter notebook
5.启动之后,会自动启动jupyter notebook的浏览器页面

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

6、如果报错缺失引用的包,根据错误提示找到对应文件行注释即可