在远程服务器上使用ein(emacs ipython Notebook) [英] Use ein (emacs ipython notebook) on remote server

查看:101
本文介绍了在远程服务器上使用ein(emacs ipython Notebook)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装并配置了 ein (emacs ipython笔记本)以在我的本地linux/mac机器上工作.但是,我想使用ein在远程服务器上打开ipython笔记本并在ein内运行它们.这有可能吗,如果可以的话,有人可以告诉我该怎么做?

I have installed and configured ein (emacs ipython notebook) to work on my local linux/mac machines. However, I would like to use ein to open ipython notebooks on a remote server and run them from within ein. Is this possible and if so could someone tell me how can this be done?

推荐答案

M-x ein:notebooklist-open <enter>

ein提示

URL or port number (default 8888):

在这一点上,输入ipython-server运行所在位置的完整HTTP-URL,例如

At this point enter the full HTTP-URL of where ipython-server is running e.g.

http://192.168.1.7:8888

(在ipython服务器端-默认情况下,它仅在localhost:8888上运行.您应该使用类似以下的命令启动它:

(On the ipython server side -- by default it runs only on localhost:8888 . You should have started it with something like:

ipython notebook --ip="*"

).例如参见.

这篇关于在远程服务器上使用ein(emacs ipython Notebook)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆