Replies: 2 comments 1 reply
-
First sharing a reproducible document that exhibits the message would help. Regarding debugging, see https://quarto.org/docs/troubleshooting/index.html. |
Beta Was this translation helpful? Give feedback.
-
Thanks! I played around with it, including putting in the https://quarto.org/docs/troubleshooting/index.html#debugging-jupyter-engine-issues And in the output I see a little more info. In particular, it says something like this now:
i.e., is the |
Beta Was this translation helpful? Give feedback.
-
Description
I am using Quarto 1.6.39 with Julia 1.11 (through jupyter kernel). I have tried these issues on windows, macos, and on linux (in CI).
When I generate output with my
.qmd
it usually (always?) says "KERNEL EXCEPTION" at the end of the execution. Something like the following:However, the output seems to be fine, as far as I can tell? Is there a way to debug the reasons to post a minimum working example.
I would ignore the error, but I am also having intermittent problems with the output generation stalling when runnning in a github action - which I worry is related.
Beta Was this translation helpful? Give feedback.
All reactions