-
Notifications
You must be signed in to change notification settings - Fork 297
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} argument not passed to Jupyter kernel #7203
Comments
Thanks for filing this issue, i can replicate this at my end, will look into getting this fixed. |
@DonJayamanne is the PR done? |
@taisbak
Note: I"d like to get this validated before we merge this change into the main branch for the release. |
@DonJayamanne, thank you for the fast response. |
Maybe I've spotted the problem. |
Further the slash in "java.base/jdk.internal.misc=ALL-UNNAMED" is changed to a back-slash: "java.base\jdk.internal.misc=ALL-UNNAMED" though it's not a filename. |
Thanks for the feedback. If not, please could you provide the logs from the |
I have tried to look further into the problem. It might be that the slashes are only changed to back-slash when displayed, though I would rather see the actual value. Further it looks like the kernel actually gets started but doesn't communicate with the client. Is there a way to capture output from the kernel itself? When run as an anaconda jupyter notebook it writes the following output to the console: |
Sorry for my contemplations being messy. Looking at it, it it is clear that your fix did fix the stated problem. And led to the next. I'll close this and file another issue about the communication problems. Thank you and my apollogies. |
Similar, but maybe not the same as issue #7063 Kernelspecs with non-default arguments don't work.
Environment data
Expected behaviour
Actual behaviour
Apparently the {connection_file} argument is not passed properly.
Steps to reproduce:
NOTE: the installation uses the "which" command, which does not exist on Windows. Copying "where.exe" to "which.exe" made it work.
The text was updated successfully, but these errors were encountered: