gregsexton/ob-ipython

Support using remote kernels

Open

#11 ouverte le 15 juin 2015

Voir sur GitHub
 (7 commentaires) (1 réaction) (0 assignés)Emacs Lisp (108 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (743 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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?

Guide contributeur