jupyter / atom-notebook

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

No running jupyter session #46

Open kingjr opened 8 years ago

kingjr commented 8 years ago

I have just installed atom-notebook after encountering the nan.h issue.

The installation seemed to be ok, but in preference>packages>atom-notebook I see the uninstall and disable options but not the settings one.

Furthermore, similar to https://github.com/jupyter/atom-notebook/issues/36, the ipynb are opened like text documents.

python3 -m ipykernel.kernelspec --user returns

Installed kernelspec python3 in /home/jrking/.local/share/jupyter/kernels/python3

and jupyter kernelspec list returns

Available kernels:
  python2    /home/jrking/.local/share/jupyter/kernels/python2
  python3    /home/jrking/.local/share/jupyter/kernels/python3

Not sure what I can do from here...

gnestor commented 8 years ago

@kingjr When you click on Settings > Packages > jupyer-notebook, you will see the Settings section above the README section. You can set the jupyter path there (which jupyter should give you the path to the jupyter binary).

kingjr commented 8 years ago

atom

gnestor commented 8 years ago

I see... It should look like:

screen shot 2016-05-03 at 10 29 01 am

The config is clearly set here

I assume this is a platform-specific issue but I don't understand how config differs across platform. @kingjr Have you noticed missing settings for any other packages?

kingjr commented 8 years ago

Have you noticed missing settings for any other packages?

No, that's the first time I see this.

kingjr commented 8 years ago

The config is clearly set here

Thanks, I changed it, but it still opens the ipynb as text. I guess there's an error with the install.