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

Allow notebooks to run under Julia 1.6 #1094

Open
ablaom opened this issue Oct 11, 2021 · 7 comments
Open

Allow notebooks to run under Julia 1.6 #1094

ablaom opened this issue Oct 11, 2021 · 7 comments

Comments

@ablaom
Copy link

ablaom commented Oct 11, 2021

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.

@welcome
Copy link

welcome bot commented Oct 11, 2021

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@exaexa
Copy link

exaexa commented Oct 26, 2021

Hello!
I'd welcome running julia 1.6 kernels in Binder too. Is there any best way to help it? (I guess I could at least help making the container or something)

@manics
Copy link
Member

manics commented Oct 26, 2021

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:
https://github.com/jupyterhub/repo2docker/tree/main/repo2docker/buildpacks/julia

@manics manics transferred this issue from jupyterhub/binderhub Oct 26, 2021
@welcome

This comment has been minimized.

@exaexa
Copy link

exaexa commented Oct 26, 2021

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 julia-1.1 but actually gets Julia 1.6.2.

So perhaps just updating the version numbers somewhere here would fix the whole problem?

@manics
Copy link
Member

manics commented Oct 26, 2021

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!

@ablaom
Copy link
Author

ablaom commented Oct 27, 2021

@davidanthoff Any chance you could take a look at this?

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

3 participants