gregsexton/ob-ipython

Support using remote kernels

Open

#11 建立於 2015年6月15日

在 GitHub 查看
 (7 留言) (1 反應) (0 負責人)Emacs Lisp (108 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (743 star)
PR 合併指標
 (PR 指標待抓取)

描述

I usually have ipython notebook running on a remote server, which I then connect to over ssh using port forwarding. These are the commands I usually run.

ssh -L 8888:127.0.0.1:8888 myserver
ipython notebook --port 8888 --no-browser

Then, I open 127.0.0.1:8888 in the browser on my local machine. Is there an easy way to do this sort of workflow in ob-ipython?

貢獻者指南