Could not find a kernel matching Julia 1.1.1
See original GitHub issueBug description
When i launch my Julia notebook from https://github.com/JuliaEnergy/PowerDynamicsExamples/blob/master/ieee14-minimal/runexample.ipynb
on mybinder.org the container builds fine but during launch i get the error message:
Could not find a kernel matching Julia 1.1.1
Expected behaviour
The notebook should launch with a Julia 1.1.1 kernel
Actual behaviour
I get the above error message and i can’t manually select a Julia kernel, only Python 3.
How to reproduce
Launch notebook on binder: https://mybinder.org/v2/gh/JuliaEnergy/PowerDynamicsExamples/master?filepath=ieee14-minimal%2Frunexample.ipynb
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Could not find a kernel matching Julia 1.1.1 #763 - GitHub
I get the above error message and i can't manually select a Julia kernel, only Python 3. How to reproduce. Launch notebook on...
Read more >R and Julia Kernels not available in Jupyter notebook
When I launch the notebook the only available kernel is Python, the R and Julia kernels doesn't appear in the list, I have...
Read more >Jupyter not finding Julia 1.5.1 - General Usage
Run julia from a command line. julia> using Pkg; Pkg.add("IJulia"); Quit julia; Run jupyter notebook; The new kernel is ...
Read more >How to fix Kernel Error or broken Python in Jupyter Notebook
Your browser can't play this video. ... or upgrade your python version, you might get a Kernel Error when trying to use Jupyter...
Read more >1. Setting up Your Julia Environment
In this lecture we will cover how to get up and running with Julia. ... While Conda is the easiest way to install...
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
Yes sure, thx for your help!
Your repository doesn’t contain a file that triggers the inclusion of Julia support.
Please take a look at the Julia example https://github.com/binder-examples/demo-julia and the possible supported config files https://repo2docker.readthedocs.io/en/latest/config_files.html