Jupyter笔记本内核未连接StreamClosedError

时间:2018-11-30 13:07:51

标签: python tensorflow anaconda jupyter-notebook

我安装了anaconda,并使用tensorflow和jupyter设置了Python 3.5环境。当我启动jupyter时,它无法连接到python内核,错误报告如下所示:

425e-9aea-06b01371dfc3
[I 13:46:10.339 NotebookApp] Restoring connection for 142bbeaa-81b7-425e-9aea-06
b01371dfc3:0e8f3a6f35ae40e1bfc5ce602d2b29cf
[I 13:46:10.370 NotebookApp] Starting buffering for 142bbeaa-81b7-425e-9aea-06b0
1371dfc3:0e8f3a6f35ae40e1bfc5ce602d2b29cf
ERROR:asyncio:Future exception was never retrieved
future: <Future finished exception=WebSocketClosedError()>
Traceback (most recent call last):
File "C:\Users\akubacki\AppData\Local\conda\conda\envs\test 3.5\lib\site-packa
ges\tornado\websocket.py", line 874, in wrapper
yield fut
File "C:\Users\akubacki\AppData\Local\conda\conda\envs\test 3.5\lib\site-packa
ges\tornado\gen.py", line 1133, in run
value = future.result()
File "C:\Users\akubacki\AppData\Local\conda\conda\envs\test 3.5\lib\asyncio\fu
tures.py", line 294, in result
raise self._exception
tornado.iostream.StreamClosedError: Stream is closed

在处理上述异常期间,发生了另一个异常:

loops indefinitely from here on

我非常感谢您提供的所有信息!

0 个答案:

没有答案