Grant Nestor
Grant Nestor
@BenjaminHCCarr It's currently listed on apm: https://atom.io/packages/jupyter-notebook However, this project is not being actively maintained, but we're looking for help!
Oh ok, v0.0.10 is published to apm 👍
@rgbkrk Makes sense to me...
I think it's time we act on this. What are our options? We can transfer to the nteract org? Do we have an experimental Jupyter org?
This repo is not being actively maintained 🙁 In the meantime, I suggest that you look at [hydrogen](https://github.com/nteract/hydrogen) to run code inline in Atom's text editor, [nteract](https://github.com/nteract/nteract) (a new Jupyter...
@fbrundu Both nteract and this package currently launch kernels themselves, so you don't need to start the Jupyter notebook server in order to use them. Additionally, the idea is to...
This repo is not being actively maintained 🙁 In the meantime, I suggest that you look at [hydrogen](https://github.com/nteract/hydrogen) to run code inline in Atom's text editor, [nteract](https://github.com/nteract/nteract) (a new Jupyter...
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,...
@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...