Jupyter 不会连接到内核
Jupyter won't connect to a kernel
我正在使用 django-extensions,我 运行 shell_plus --kernel
输出:
To connect another client to this kernel, use:
--existing kernel-6690.json
然后我尝试连接 Jupyter:
$ jupyter notebook --existing=kernel-6690.json
[W 10:44:59.290 NotebookApp] Unrecognized alias: '--existing=kernel-6690.json', it will probably have no effect.
...
为什么 Jupyter 没有连接到内核?
查看https://github.com/ipython/ipython/issues/4066,笔记本似乎无法连接到内核。换句话说,对于所有关于 Jupyter notebook 如何分为内核和前端的讨论,它实际上不是,而且这些信息没有写在我能找到的任何文档中。
Jupyter Notebook 不支持连接到现有内核。 shell_plus --notebook
确实很接近我想要的。
我正在使用 django-extensions,我 运行 shell_plus --kernel
输出:
To connect another client to this kernel, use:
--existing kernel-6690.json
然后我尝试连接 Jupyter:
$ jupyter notebook --existing=kernel-6690.json
[W 10:44:59.290 NotebookApp] Unrecognized alias: '--existing=kernel-6690.json', it will probably have no effect.
...
为什么 Jupyter 没有连接到内核?
查看https://github.com/ipython/ipython/issues/4066,笔记本似乎无法连接到内核。换句话说,对于所有关于 Jupyter notebook 如何分为内核和前端的讨论,它实际上不是,而且这些信息没有写在我能找到的任何文档中。
Jupyter Notebook 不支持连接到现有内核。 shell_plus --notebook
确实很接近我想要的。