razvanc
razvanc

Reputation: 960

atom.io, hydrogen and ipython remote (ssh) kernel

So I discovered lately this atom.io text editor. Soon after the amazing hydrogen. So far so good, hydrogen starts an ipython kernel if it isn't already running and then it gives you real time interaction, just like with ipython notebook.

Good, but does anyone know if it's possible for hydrogen to be set up to work with a remote ipython kernel? The way I thought I could make this work is to have a local kernel be a communication layer between hydrogen and the remote kernel, but I don't see any way to do this. Do you have any idea how to set this up?

Upvotes: 4

Views: 2518

Answers (1)

Lukas Geiger
Lukas Geiger

Reputation: 81

Hydrogen is able to connect to remote kernels running locally or on a server since version 0.12.

Checkout our documentation for more infos.

Upvotes: 3

Related Questions