python中安装 ipython

现象: 升级python到3.6.8后,运行ipython提示没有模块,也无法运行ipython notebook(尽管会提示要求换用jupyter notebook).

过程:

cmd -> ipython ->错误提示,没有 Ipython模块。

解决办法:

1. pip uninstall ipython

2. pip install ipython =>可以运行 ipython, 也可以运行 ipython notebook ,

(>>start -> run -> 输入ipython, 或 ipython notebook)

(>>start -> run -> cmd -> 输入 ipython, 或ipython notebook)

猜你喜欢

转载自blog.csdn.net/seeker3/article/details/103552035