Closed lgeiger closed 8 years ago
Today I tried it again and everything works as expected. I have no idea what I changed :)
I had to use the ipython kernel install
command. Now the output matches.
From a UX standpoint, what could we do to either help discover more or require on install for jupyter?
Jupyter gets the kernelspec directly from ipython if no python kernel is found (https://github.com/jupyter/jupyter_client/blob/master/jupyter_client/kernelspec.py#L135), but I don't know if this can be done in the node module as well.
After a release of jupyter-paths
and adaptation code to use opts.askJupyter
, kernelspecs
could pick it up:
https://github.com/nteract/jupyter-paths/blob/master/index.js#L176
I'd rather that choice be on the node-based frontend using these libraries though, as I don't want to expect everyone to have jupyter installed to use nteract.
kernelspecs
differs fromjupyter kernelspec list --json
on my system.The output of
jupyter kernelspec list --json
is:Though
kernelspecs
doesn't recognize the python kernel on my system: