2016-02-10 69 views
1

我使用Django的擴展和我跑shell_plus --kernel並輸出:Jupyter將無法連接到一個內核

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爲什麼不連接到內核?

回答

1

查看https://github.com/ipython/ipython/issues/4066,似乎筆記本電腦無法連接到內核。換句話說,關於Jupyter筆記本如何分離成內核和前端的討論,實際上並不是這樣,並且這些信息不會寫入任何我能找到的文檔中。

Jupyter筆記本不支持連接到現有的內核。 shell_plus --notebook確實足夠接近我想要的。

+0

非常重要的遺漏,完全不提這個,IMO –

相關問題