atom-notebook icon indicating copy to clipboard operation
atom-notebook copied to clipboard

Connect to remote notebook

Open maximsch2 opened this issue 9 years ago • 3 comments

It doesn't look like there is a way to connect to a remote notebook server, right?

Are there plans to add it? Any pointers on where I should look to add it?

maximsch2 avatar Feb 06 '16 21:02 maximsch2

See https://github.com/jupyter/atom-notebook/blob/master/lib/main.js#L25 where there is an opener for .ipynb files. I'm not sure about the particulars, but you could download the remote file and open the local file as is, you could access the remote file via FTP (see https://atom.io/packages/remote-edit), or you access the remote file via SSH (https://atom.io/packages/remote-atom).

gnestor avatar Feb 16 '16 05:02 gnestor

@gnestor I don't think reading the .ipynb is what maximsch2 had in mind - I certainly don't. I have a notebook running on a beefy server somewhere, or even a jupyterhub, and I'd like to access it within atom.

TyberiusPrime avatar Jan 19 '17 09:01 TyberiusPrime

@TyberiusPrime You're right, I read that wrong. There is currently no support for remote notebook servers, but I welcome PRs to add that!

I have held off on adding any new features to this project until nteract's component are consumable outside of Electron. You can track the progress of that effort here: https://github.com/nteract/nteract/issues/1346

nteract doesn't support remote kernels yet, but it's on the roadmap. You can track the progress of that effort here: https://github.com/nteract/nteract/issues/822

gnestor avatar Jan 19 '17 22:01 gnestor