Allow notebooks to run under Julia 1.6
See original GitHub issueI 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.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to run (activate?) a Jupyter Notebook in a specific ...
I am trying to run a Jupyter notebook (and a project in general) in a specific environment with only a limited number of...
Read more >How to Best Use Julia with Jupyter - Towards Data Science
In order to use Julia in a python notebook we need to use the PyJulia library. First we create a new virtual environment...
Read more >1. Setting up Your Julia Environment
In this lecture we will cover how to get up and running with Julia. ... Open a Jupyter notebook within the downloaded notebooks....
Read more >How to Add Julia to Jupyter Notebook - Data to Fish
Once you are done with the installation, click on the Anaconda Navigator. From the Anaconda Navigator, you'll be able to launch Jupyter Notebook...
Read more >Julia 1.6.2 not appearing in Jupyter notebook - Stack Overflow
Julia 1.0 is really old, please use the latest 1.6.2 and follow official installation guide for Jupyter notebook support (IJulia): ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
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?