我安装了anaconda,python在Sypder,IPython等中运行正常。但是我无法运行python笔记本。
已创建内核,它也可以连接,但始终显示一个黑圈忙碌符号。防火墙或防病毒软件没有问题。 我已经尝试通过禁用两者。
我也无法从笔记本电脑打开python终端,但是出现了一些powershell错误。
有人可以建议吗?
编辑1:添加了快照和日志
登录Anaconda提示:
(base) C:\Users\Project>jupyter notebook [I 13:11:26.561 NotebookApp] JupyterLab extension loaded from C:\Users\Project\A naconda3\lib\site-packages\jupyterlab [I 13:11:26.561 NotebookApp] JupyterLab application directory is C:\Users\Projec t\Anaconda3\share\jupyter\lab [I 13:11:26.569 NotebookApp] Serving notebooks from local directory: C:\Users\Pr oject [I 13:11:26.570 NotebookApp] The Jupyter Notebook is running at: [I 13:11:26.570 NotebookApp] http://localhost:8888/?token=28e7406ee648d631648f9b 8c53e1f3027f5eb30516ccf15f [I 13:11:26.571 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 13:11:26.768 NotebookApp] To access the notebook, open this file in a browser: file:///C:/Users/Project/AppData/Roaming/jupyter/runtime/nbserver-3064-o pen.html Or copy and paste one of these URLs: http://localhost:8888/?token=28e7406ee648d631648f9b8c53e1f3027f5eb30516c cf15f [I 13:11:56.237 NotebookApp] Creating new notebook in [I 13:12:02.401 NotebookApp] Kernel started: 55d8fb5e-2fe7-4d4b-a1d3-a11b0b7e7e7 d [I 13:12:05.242 NotebookApp] Adapting to protocol v5.1 for kernel 55d8fb5e-2fe7- 4d4b-a1d3-a11b0b7e7e7d
还有内核总是很忙的图像
答案 0 :(得分:1)
我也遇到了同样的问题,我尝试了很多不同的方法,但似乎没有任何帮助。最终,{'SOAPAction': '""', 'Content-Type': 'text/xml; charset=utf-8'}
代替了requests.post(url, data=xml, headers=headers)
帮助了我!内核重新启动,我能够照常运行内核。
我认为这只是一种变通方法,如果有人找到了真正的解决方案,请告诉我们!
答案 1 :(得分:0)
我遇到了同样的问题,因为我是从下面开始的
jupyter笔记本--gateway-url = http://my-domain.com:8888
但是我删除了geteway-url参数,然后问题就消失了
我知道您没有像我这样犯同样的错误,但是我希望这会给您一些线索