Jupyter IPython-RuntimeError:此事件循环已在运行

时间:2019-12-15 05:09:26

标签: jupyter-notebook runtime-error ipython

出于特殊原因,启动Jupyter IPython时,我已经收到“ RuntimeError:此事件循环已在运行”。我被困住了,无法运行任何IPython Notebook。请注意,我没有使用Anaconda。

可能是在更新了Python机器学习生态系统的一个库(Scipy,NumPy,matplotlib,scikit-learn,pandas,Keras等)之后,但我不记得是哪个库。

我尝试升级常见的可疑对象(龙卷风和ipykernel),但没有成功。此外,我在自己的代码中没有使用任何像asyncio这样的奇特的东西。

1 个答案:

答案 0 :(得分:0)

尝试了许多事情之后,情况可能会变得更糟,我终于解决了这个问题。

1)Uninstall IPython

sudo pip3 uninstall -y jupyter jupyter_core jupyter-client jupyter-console notebook qtconsole nbconvert nbformat

2)重新安装新的Jupyterlab

sudo pip3 install jupyterlab

等等!