【发布时间】:2016-02-10 19:26:43
【问题描述】:
我正在使用 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 不连接内核?
【问题讨论】:
标签: jupyter jupyter-notebook django-extensions