jupyter / atom-notebook

[Deprecated] Jupyter Notebook, but inside Atom.
MIT License
306 stars 48 forks source link

No running Jupyter session. Try closing and re-opening this file. #55

Open JosephStone opened 7 years ago

JosephStone commented 7 years ago

I installed Atom and then the package jupyter-notebook inside of it. After that, I use the atom to open a note book file. It is running correctly. But when I was trying to run it, I got the error message, saying that "no running jupyter session, trying closing and re-opening this file". I already searching this online for a while. Following the related link https://github.com/jupyter/atom-notebook/issues/31 I already set the path to jupiter binary, and also tried to update the kernel gateway.

pip install --user git+https://github.com/jupyter-incubator/kernel_gateway.git@master or pip3 install git+https://github.com/jupyter-incubator/kernel_gateway.git@master

Could anyone help me out with this? Many thanks for your time and attention.

wiheto commented 7 years ago

I'm having problems on with this too. Followed the related link (set the binary path) and no success either.

asmusod commented 7 years ago

Same here, tried all the proposed solutions in the related threads.

gnestor commented 7 years ago

This repo is not being actively maintained 🙁 In the meantime, I suggest that you look at hydrogen to run code inline in Atom's text editor, nteract (a new Jupyter notebook client built using Electron, React, Redux, RxJS), Jupyter Notebook, and JupyterLab.

Having said that, nteract is currently extracting its many components into separate packages which will allow them to be reused and assembled to create new apps. When I have the time, I would like to use them to completely refactor this project.