我已经安装并配置了ein(emacs ipython notebook)来在我的本地linux / mac机器上工作.但是,我想使用ein在远程服务器上打开ipython笔记本并在ein中运行它们.这是否可能,如果是这样,有人可以告诉我如何做到这一点?
最佳答案
M-x ein:notebooklist-open
ein提示回来
URL or port number (default 8888):
此时输入运行ipython-server的完整HTTP-URL,例如
http://192.168.1.7:8888
(在ipython服务器端 – 默认情况下它只在localhost:8888上运行.你应该用以下内容启动它:
ipython notebook --ip="*"
).对于例如见this.