Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to remote notebook #34

Open
maximsch2 opened this issue Feb 6, 2016 · 3 comments
Open

Connect to remote notebook #34

maximsch2 opened this issue Feb 6, 2016 · 3 comments

Comments

@maximsch2
Copy link

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?

@gnestor
Copy link
Contributor

gnestor commented Feb 16, 2016

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).

@TyberiusPrime
Copy link

@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.

@gnestor
Copy link
Contributor

gnestor commented Jan 19, 2017

@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: nteract/nteract#1346

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants