question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow notebooks to run under Julia 1.6

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
exaexacommented, 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)

1reaction
exaexacommented, 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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found