Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Anaconda Jupyter笔记本突然无法启动内核_Python_Jupyter Notebook_Anaconda - Fatal编程技术网

Python Anaconda Jupyter笔记本突然无法启动内核

Python Anaconda Jupyter笔记本突然无法启动内核,python,jupyter-notebook,anaconda,Python,Jupyter Notebook,Anaconda,我正试图打开Jupyter笔记本,但每次我都收到消息说,内核已死亡。我尝试了conda更新--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 reconne

我正试图打开Jupyter笔记本,但每次我都收到消息说,
内核已死亡
。我尝试了
conda更新--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更新--all
。这会导致问题吗?

最后一种情况是,如果没有其他办法,您可以格式化计算机。

以后,只要确保永远不要使用
conda
安装任何东西,除非您在虚拟环境中运行。如果您想了解更多关于他们的信息,请查看以下内容: