lgeiger / hydrogen-launcher

:rocket: Launch terminals and jupyter consoles connected to hydrogen
https://atom.io/packages/hydrogen-launcher
MIT License
96 stars 30 forks source link

remote notebook support? #10

Open nbara opened 7 years ago

nbara commented 7 years ago

Hi, I am using hydrogen to connect on a remote jupyter notebook.

Unless I am mistaken, the launcher doesn't support this (or at least it doesn't work for me). Is that something that could be addressed in the long term?

lgeiger commented 7 years ago

Unless I am mistaken, the launcher doesn't support this

That's correct. At the moment Hydrogen Launcher only supports local kernels and connects to them via their connection file.

I'm sure it's possible to support remote kernels in the future. Feel free to make a PR or ask more questions if like to dig into this.

mcr-ksh commented 5 years ago

this would be great

TinasheMTapera commented 5 years ago

Just checking in on this, launcher for remote kernel would be really tie together my workflow! If I'm not mistaken, it would be a matter of pulling out the connection file from wherever the remote kernel is running. Not sure how to do this though.

Great product everyone!

kylebarron commented 5 years ago

This already exists, without the need to deal with connection files. See https://nteract.gitbooks.io/hydrogen/docs/Usage/RemoteKernelConnection.html.

kylebarron commented 5 years ago

Oh my bad, I thought this was the main hydrogen repo

jwdejong commented 4 years ago

Hi what would be necessary to support this? It would be really nice to have the possibility of running a ipython console with docker / remote interpreter.