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

Connection file not found in kernelspec json args when starting the Kernel #1

Open
estebanwasinger opened this issue Aug 12, 2021 · 2 comments
Assignees

Comments

@estebanwasinger
Copy link

estebanwasinger commented Aug 12, 2021

Hi! I installed the Kernel in Jupyter and when it starts it fails with the following error:

Connection file not found in kernelspec json args, /Users/ewasinger/Library/Java/JavaVirtualMachines/adopt-openjdk-11.0.10/Contents/Home/bin/java
--illegal-access=permit 
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED 
-jar /Users/ewasinger/Library/Jupyter/kernels/ganymede-1.1.0.20210614-java-11/kernel.jar 
--runtime-dir=/Users/ewasinger/Library/Jupyter/runtime 
--connection-file={connection_file}

What I'm missing?

This is my Jupyter installation:

jupyter core     : 4.7.1
jupyter-notebook : 6.4.3
qtconsole        : not installed
ipython          : 7.26.0
ipykernel        : 6.1.0
jupyter client   : 6.1.12
jupyter lab      : 3.1.6
nbconvert        : 6.1.0
ipywidgets       : not installed
nbformat         : 5.1.3
traitlets        : 5.0.5

Thanks in advance!

@allen-ball allen-ball self-assigned this Aug 13, 2021
@allen-ball
Copy link
Owner

Hi! Thanks for the feedback. Can you tell me more about how you're launching the kernel? A quick search shows the error message and it looks like the launcher is expecting "-f {connection_file}".

Thanks!

@allen-ball allen-ball changed the title Connection file not found in kernelspec json args wheb starting the Kernel Connection file not found in kernelspec json args when starting the Kernel Aug 13, 2021
@allen-ball
Copy link
Owner

Added support for "-f {connection_file}" in 68259ff.

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