python安装之jupyter安装

IPython、Jupyter的安装与使用  该博主写的挺全面,可以参考,最后不要忘了pip安装jupyter

安装方式

1.1.直接输入

pip install jupyter

1.2.使用国内镜像源

pip install jupyter (百度)

参考:

python -m pip install jupyter -i  http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

2.报错

2.1.pip升级  

示例:输出当前pip版本  19.xx.xx  需要升级到: 22.xx.xx  

console里面  升级命令也会有提示  

2.2 xx报错  

console里面提示  

2.3 其他报错

如果cmd输入:`jupyter notebook`,提示:不是内部或外部命令,先不需要重复刚刚的步骤,检查刚刚安装成功的提示,查看安装位置在哪里  

猜你喜欢

转载自blog.csdn.net/Daisy74RJ/article/details/106895401