【发布时间】:2019-03-07 05:56:28
【问题描述】:
我无法让 Jupyter Notebook 运行——它不断重启内核并给出错误消息,
ImportError: No module named 'prompt_toolkit.formatted_text'
网上的一些帖子说这是 ipython 版本控制的问题,可以通过回滚来修复,但这对我不起作用。
这是我当前的相关软件包版本:
- conda==4.5.11
- ipykernel==4.10.0
- ipython==6.5.0
- ipython-genutils==0.2.0
- ipywidgets==7.4.2
- jupyter==1.0.0
- jupyter-client==5.2.3
- jupyter-console==4.1.1
- jupyter-core==4.4.0
- jupyter-kernel-gateway==2.1.0
- jupyterlab==0.34.12
- jupyterlab-launcher==0.13.1
- 笔记本==5.7.0
- 提示工具包==1.0.15
您能提供的任何帮助都会很棒。谢谢!
【问题讨论】:
标签: python-3.x jupyter-notebook