Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ijavascript kernel will not start on jupyter-desktop #259

Closed
bryevdv opened this issue Nov 30, 2021 · 3 comments
Closed

Ijavascript kernel will not start on jupyter-desktop #259

bryevdv opened this issue Nov 30, 2021 · 3 comments

Comments

@bryevdv
Copy link

bryevdv commented Nov 30, 2021

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
Copy link
Owner

n-riesco commented Dec 1, 2021

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
Copy link
Author

bryevdv commented Dec 1, 2021

🙏 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
Copy link
Owner

n-riesco commented Dec 1, 2021

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

@n-riesco n-riesco closed this as completed Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants