-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
julia Current stable release: v1.10.3 (April 30, 2024) kernel fails to connect in IJulia jupyter #1112
Comments
1.10.3 works fine for me. Did you try running Try running |
Thanks, that gave me enough information to find out that the problem is in the jupyter kernel.json file that IJulia creates.
I compared the julia-1.10.3 version of the file to my julia-1.10.2 version. |
I have the same problem and had to make the same equivalent fix in +1.10.4. I updated julia with 'juliaup' and added the new kernel after adding the new julia channel on the linux command line:
I haven't found any documentation on what work flow to use to add new julia versions with the new juliaup installation method and how it fits in with IJulia package. I still had to find the |
Okay, no response on this for over half a year. Same thing happens with julia 1.11.1, on my fourth computer. |
I've used many releases of julia over several years. The latest one fails with:
The older prior one still works fine, with
versioninfo()
in a juypter cell giving:Here is my installation of julia-1.10.3 from repl:
The text was updated successfully, but these errors were encountered: