Open kingjr opened 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).
I see... It should look like:
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?
Have you noticed missing settings for any other packages?
No, that's the first time I see this.
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.
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 theuninstall
anddisable
options but not thesettings
one.Furthermore, similar to https://github.com/jupyter/atom-notebook/issues/36, the ipynb are opened like text documents.
python3 -m ipykernel.kernelspec --user
returnsInstalled kernelspec python3 in /home/jrking/.local/share/jupyter/kernels/python3
and
jupyter kernelspec list
returnsNot sure what I can do from here...