gregsexton / gregsexton/ob-ipython

Support using remote kernels

Open
#11 7 comments 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
Emacs Lisp
Stars
742
Forks
107
PR merge metrics
No merged PRs in 30d

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.