根据官网教程,
1、输入cmd,打开doc终端
2、输入python -m pip install --upgrade pip命令,先更新pip安装命令
3、输入python -m pip install jupyter ,一键安装,等待安装完成
4、退出终端,重新打开一个终端,安装pandas和numpy包,注意,一定要先安装numpy,然后再安装pandas
4.1 pip install numpy
4.2 pip install pandas
5、启动jupyter服务器
输入jupyter notebook
6、然后会打开浏览器,呈现一个可交互式的web编辑器
7、安装matplotlib
python -m pip install matplotlib:可以反复执行,有时候会报错,反复执行几次,就会安装成功