1.打开Windows命令行窗口cmd
2.查看已安装组件:python -m pip list
2.jupyter notebook安装命令:pip install jupyter
如果提示 pip 不是内部语言,则要把pip加到环境变量里,path=%path%;C:\Python \Scripts
3.jupyter notebook启动命令:jupyter notebook
4.启动之后,会自动启动jupyter notebook的浏览器页面
5.点击new按钮下的Python3,打开编辑器页面,可以进行Python代码编写了。