jupyter / atom-notebook

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

Jupyter Path Windows #60

Open indigohedgehog opened 7 years ago

indigohedgehog commented 7 years ago

What is the path atom-notebook is looking for jupyter?

I'm getting this error, I don't know if it's looking for the proper binary. kernelGateway.stderr Traceback (most recent call last): File "C:\Users\myself\AppData\Local\Continuum\Anaconda2\Scripts\jupyter-script.py", line 5, in sys.exit(jupyter_core.command.main()) File "C:\Users\myself\AppData\Local\Continuum\Anaconda2\lib\site-packages\jupyter_core\command.py", line 186, in main _execvp(command, sys.argv[1:]) File "C:\Users\myself\AppData\Local\Continuum\Anaconda2\lib\site-packages\jupyter_core\command.py", line 104, in _execvp raise OSError('%r not found' % cmd, errno.ENOENT) OSError: [Errno None not found] 2

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.