-
Notifications
You must be signed in to change notification settings - Fork 3
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
Should the ganymede kernel be installed into /usr/local/share/jupyter/kernels/? #7
Comments
Can you tell me some more about you set-up? Is The Ganymede kernel install supports the $ $(/usr/libexec/java_home -v 11)/bin/java -jar ganymede-2.1.1.20221231.jar -i --sys-prefix
[InstallKernelSpec] Installed kernelspec ganymede-2.1.1-java-11 in /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.9/share/jupyter/kernels/ganymede-2.1.1-java-11
$ $(/usr/libexec/java_home -v 11)/bin/java -jar ganymede-2.1.1.20221231.jar -i --user
[InstallKernelSpec] Installed kernelspec ganymede-2.1.1-java-11 in /Users/ball/Library/Jupyter/kernels/ganymede-2.1.1-java-11 |
How do I check my |
The actual test to get the path the Ganymede installer is using is BTW, there are still some issues running with the So, a few more questions:
Thanks again. |
FYI, I am going to change the algorithm to find the python executable: Instead of searching for it on the $PATH I am going to examine the first line of the |
|
my installation location as ubuntu WSL user:
Hope it helps! working fine for me. |
It's installed into /usr/share/jupyter/kernels/ by default on Linux. It seems to me that most other Jupyter/Lab kernels are installed to /usr/local/share/jupyter/kernels/.
The text was updated successfully, but these errors were encountered: