伊皮顿和朱比

2024-10-01 17:42:06 发布

您现在位置:Python中文网/ 问答频道 /正文

我有这个问题,启动Jupyter和尝试使用。 有人能帮我吗?你知道吗

Python 3.7.2版

[IPKernelApp] ERROR | Failed to load connection file: 'C:\\Users\\epinheiro\\App
Data\\Roaming\\jupyter\\runtime\\kernel-3fbbe97a-8dd5-4e15-8db1-2e7cef385b58.jso
n'
Traceback (most recent call last):
  File "c:\users\epinheiro\appdata\local\programs\python\python37\lib\site-packa
ges\ipykernel\kernelapp.py", line 224, in init_connection_file
    self.load_connection_file()
  File "c:\users\epinheiro\appdata\local\programs\python\python37\lib\site-packa
ges\jupyter_client\connect.py", line 494, in load_connection_file
    info = json.load(f)
AttributeError: module 'json' has no attribute 'load'
[W 12:14:08.636 NotebookApp] KernelRestarter: restart failed
[W 12:14:08.636 NotebookApp] Kernel 3fbbe97a-8dd5-4e15-8db1-2e7cef385b58 died, r
emoving from map.
[W 12:14:53.844 NotebookApp] Timeout waiting for kernel_info reply from 3fbbe97a
-8dd5-4e15-8db1-2e7cef385b58
[E 12:14:53.847 NotebookApp] Error opening stream: HTTP 404: Not Found (Kernel d
oes not exist: 3fbbe97a-8dd5-4e15-8db1-2e7cef385b58)

Tags: liblocalsiteloadjupyterconnectionkernelusers

热门问题