【发布时间】:2021-02-13 10:51:40
【问题描述】:
我正在尝试打开 Jupyter 笔记本,但每次我收到 the kernel is dead 的消息。我尝试了conda update --all,完成后,我什至无法打开anaconda。然后我卸载了anaconda,再次安装了anaconda python 3.8。现在我收到这条消息:
Connection failed: A connection to the notebook server could not be
established. The notebook will continue trying to reconnect. Check your
network connection or notebook server configuration."
昨天我运行了命令conda update scipy,但没有成功,因为我不是管理员。然后我尝试以管理员身份运行,然后运行conda update --all。这会导致问题吗?
【问题讨论】:
标签: python jupyter-notebook anaconda