Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我最近发现了这个atom.io文本编辑器。不久之后的惊人hydrogen。到目前为止一切顺利,如果内核尚未运行,则hydrogen启动ipython它,然后它为您提供实时交互,就像使用ipython笔记本一样。
atom.io
hydrogen
ipython
很好,但是有谁知道是否hydrogen可以设置为使用远程ipython内核?我认为我可以完成这项工作的方式是让本地内核成为hydrogen与远程内核之间的通信层,但我看不到任何方法可以做到这一点。你知道如何设置吗?
从 0.12 版开始,Hydrogen 能够连接到本地或服务器上运行的远程内核。
查看我们的文档以获取更多信息。