Problems upgrading Ipython (prompt_toolkit incompatibilities)

前端 未结 1 1915
Happy的楠姐
Happy的楠姐 2020-12-20 13:07

Trying to open a jupyter notebook file (.ipynb file) with this command ipython notebook filename.ipynb then I am getting Below Error while using ipython..

1条回答
  •  再見小時候
    2020-12-20 13:33

    Just got the same problem.

    The solution for me was to pip uninstall prompt-toolkit and pip install prompt-toolkit. This uninstalled v1.0.5 and installed v2.0.4.

    0 讨论(0)
提交回复
热议问题