当前位置: 代码迷 >> 综合 >> python中安装 ipython
  详细解决方案

python中安装 ipython

热度:43   发布时间:2024-01-17 06:10:47.0

现象: 升级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)