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)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章