我的 Jupyter 内核在死机、启动、连接状态之间移动,但无法运行任何单元。我在集群上运行内核,一切正常。我可以从终端使用 ipython。Jupyter lab 和 notebook 都发生了类似的事情。
我已经重新安装了 ipython 并用 iptest 对其进行了测试,也重新安装了 Jupyter。
pip uninstall ipykernel ipython jupyter_client jupyter_core traitlets ipython_genutils -y
pip install ipykernel ipython jupyter_client jupyter_core traitlets ipython_genutils
版本:
Jupyter 核心:4.5.0
Jupyter-notebook:5.7.8
Qtconsole:4.4.3
Ipython:7.8.0
Ipykernel:5.1.0
Jupyter 客户端:5.2.4
Jupyter 实验室:1.1.4
这是运行 Jupyter 实验室时的日志文件。