jupyter notebook一直处于kernel starting please wait,单元格也执行不了

文章目录

    • 一、问题
    • 二、参考链接

一、问题

打开jupyter notebook,一直处于kernel starting please wait,并且任何一个代码单元格都执行不了。然后我看了一下后台,报Jupyter Notebook “signal only works in main thread“,最后参考文章Jupyter Notebook “signal only works in main thread“解决了。

二、参考链接

1.Jupyter Notebook “signal only works in main thread“
2.ERROR: Cannot uninstall ‘xxxxx‘. It is a distutils installed project and thus we cannot…

你可能感兴趣的:(常见问题,python)