jupyter / atom-notebook

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

Can't run jupyter kernel from virtualenv #44

Open robhague opened 8 years ago

robhague commented 8 years ago

I'm trying to use atom-notebook on Mac OS X (10.11.4) with jupyter installed in a virtual env. When I open a notebook file, it renders as I would expect, but if I click the play button I see the following error:

atom-notebook
No running Jupyter session. Try closing and re-opening this file.

I've tried updating the path in settings, and running Atom from the command line with the virtualenv activated, but without success. Any suggestions as to either fixes, or where to look to debug further?

Thanks, Rob

Atom version is 1.7.2. Python 2.7.11. Jupyter package versions:

jupyter==1.0.0
jupyter-client==4.2.2
jupyter-console==4.1.0
jupyter-core==4.0.6
jupyter-kernel-gateway==0.5.1
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.