我正在使用 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 不连接到内核?