gpt4 book ai didi

jupyter-notebook - 无法打开具有特定内核的新笔记本

转载 作者:行者123 更新时间:2023-12-05 07:01:20 28 4
gpt4 key购买 nike

我有一个带有多个内核的 jupyter notebook 服务器。每次我尝试使用我的 deepdow2 内核启动一个新笔记本时,它都会挂起很长时间,最终连接失败:

“无法建立与笔记本服务器的连接。笔记本将继续尝试重新连接。请检查您的网络连接或笔记本服务器配置。”

我使用以下命令创建了 deepdow2 虚拟环境:

conda create -n deepdow2 python=3.5source activate deepdow2conda install -c Quantopian ziplineconda install pytorch torchvision cudatoolkit=10.2 -c pytorchpip install deepdowconda install -c anaconda ipykernel

笔记本连接deepdow2内核失败时,终端显示如下错误。

错误:

File "/home/username/anaconda3/envs/deepdow2/lib/python3.5/site-packages/parso/__init__.py", line 41, in <module>
from parso.parser import ParserSyntaxError
File "/home/username/anaconda3/envs/deepdow2/lib/python3.5/site-packages/parso/parser.py", line 113
node_map: Dict[str, type] = {}
^
SyntaxError: invalid syntax
[W 04:37:48.190 NotebookApp] KernelRestarter: restart failed
[W 04:37:48.191 NotebookApp] Kernel 1240f39b-c74e-4246-a8de-16b6560782cb died, removing from map.
[W 04:37:54.213 NotebookApp] Replacing stale connection: 1240f39b-c74e-4246-a8de-16b6560782cb:07b0ca22e4564a7b8f7839595b3b0a6d
[W 04:38:16.241 NotebookApp] Replacing stale connection: 1240f39b-c74e-4246-a8de-16b6560782cb:07b0ca22e4564a7b8f7839595b3b0a6d

有谁知道可能是什么问题,您能建议如何解决吗?

最佳答案

我遇到了同样的问题,我是这样解决的:

  1. 卸载您的 jupyter notebook。单击 jupyter notebook 框的设置按钮(右上角)并选择卸载并等待该过程完成。 enter image description here
  2. 然后,重新安装 jupyter notebook。
  3. 希望您现在能够启动它。

关于jupyter-notebook - 无法打开具有特定内核的新笔记本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63895281/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com