-
Notifications
You must be signed in to change notification settings - Fork 335
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
Quarto shows "KERNEL EXCEPTION" with Julia #12028
Comments
You are running Quarto 1.3.450 which is 1 year and half old. |
I don't see where we are fixing an old version. Our GitHub Actions use the official quarto-actions@v2: Should this be fixed in the quarto-actions repository? I will try to update Quarto locally anyways to see if the error persists. |
The Quarto check is not from your CI? I'm afraid you'll have to debug locally first and come down to a smaller example targeting the code in your project causing this. Here some part of your code is causing the Jupyter kernel running IJulia to crash. Note that these components are not developed or maintained by the Quarto team. You actually might have the exact same issue without using Quarto at all (like using a Jupyter Notebook). Note also that Quarto since quite some time now has a native engine for Julia |
Will try to take a look at it today. First, I will try to update Quarto locally and maintain the same configuration I am using currently with |
I confirm that the "KERNEL EXCEPTION" message still shows up locally after updating Quarto. I forgot to mention that in both versions of Quarto I started to see local files created during the build: If I change from Should this issue be closed and the jupyter engine deprecated? For future reference, all one needs to do to use the newest engine is to add
at the top of every |
Bug description
I have an open book built with Quarto + Julia, and started noticing this error message in latest builds:
You can find the full log in the github repo: https://github.com/JuliaEarth/geospatial-data-science-with-julia/actions/runs/13157347110/job/36717424828
I also noticed that building chapters locally with
quarto preview chapter.qmd
is no longer functioning as before in the sense that the mouse cursor changes to a + symbol, and waits for me to click a few times, as if it is expecting input from the user.These two bugs may be related to some recent update in the Julia kernel specifically. I don't know. How can I help debug it further?
Steps to reproduce
You can build the open book locally: https://github.com/JuliaEarth/geospatial-data-science-with-julia
Expected behavior
quarto preview chapter.qmd
Actual behavior
quarto preview chapter.qmd
Your environment
Quarto check output
The text was updated successfully, but these errors were encountered: