1、Jupyter Notebook 和 pip 为什么要使用 Jupyter?参考: https://www.zhihu.com/question/37490497 pip: Python 的包管理工具,安装 Python 的同时已经安装好了。 Jupyter notebook: 一个交互式笔记本,支持运行 40 多种编程语言。 利用她来写 Python,代码和运行结果都可以保存下载,十分方便。
2、Jupyter notebook 安装 命令行窗口输入: pip install jupyter
3、jupyter notebook的启动 命令行窗口输入: jupyter notebook
同时,默认浏览器会打开 Jupyter notebook 窗口。 说明 Jupyter notebook 安装成功了。