Atom.io, hydrogen and ipython remote (ssh)

So I discovered this text editor lately atom.io

. Soon after the amazing hydrogen

. So far so good, hydrogen

it runs the kernel ipython

, if it is not already running, and then it gives you a real-time interaction, like a laptop ipython

.

Ok, but does anyone know if it can be configured hydrogen

to work with a remote kernel ipython

? The way I thought I could make this work is for the local core to be the communication layer between hydrogen

and the remote core, but I don't see any way to do this. Don't know how to install this?

+3


source to share


1 answer


Hydrogen can connect to remote cores running locally or on a server from version 0.12.



Check out our documentation for more information.

0


source







All Articles