n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.19k stars 185 forks source link

Ijavascript kernel will not start on jupyter-desktop #259

Closed bryevdv closed 2 years ago

bryevdv commented 2 years ago

Posted the above issue (many details there) on the jupyterlab-desktop repo but perhaps here is a better place to ask. Should this be expected to work?

n-riesco commented 2 years ago

Judging by the error message: FileNotFoundError: [Errno 2] No such file or directory: 'ijskernel', it looks like your installation of jupyter-desktop doesn't include ijskernel in its PATH.

I guess you've used ijsinstall to install the kernelspec for IJavascript. If that's the case, a quick workaround is to install the kernelspec with full paths, like this:

ijsinstall --spec-path=full
bryevdv commented 2 years ago

:pray: This worked for me with jupyter desktop version 3.2.4-3

Happy to close or leave open for documentation as you prefer

n-riesco commented 2 years ago

I should add a troubleshooting section to the README. I've just opened #260 to keep track of solutions to common problems.