-
Notifications
You must be signed in to change notification settings - Fork 362
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
Allow notebooks to run under Julia 1.6 #1094
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hello! |
This needs to be done in https://github.com/jupyterhub/repo2docker which is the tool underlying BinderHub. I'll transfer the issue to that repo. Julia is handled here: |
This comment has been minimized.
This comment has been minimized.
Oh nice, thanks. Actually, I figured that Julia 1.6 is supported (the official clicky example on binder website for julia spawns julia 1.6.2 kernel!), but if I write julia version 1.6 into the .ipynb file, it doesn't open that saying that the kernel does not exist. Notably, the example specifies So perhaps just updating the version numbers somewhere here would fix the whole problem? |
I'm afraid I don't know enough about Julia. If you or someone else figures out what change is needed please add a test to ensure its not inadvertently broken in future! |
@davidanthoff Any chance you could take a look at this? |
I may misunderstand, but my julia Project.toml file states `julia = ">=1.6, <1.7" but the build process is launching 1.5 and crashing.
Julia 1.6 is already in its third patch release 1.6.3. Also, code loading/compilation in julia 1.6 is way faster.
The text was updated successfully, but these errors were encountered: