-
I've just installed Quarto and the Quarto-VS-plugin and wanted to render the example document Rendering didn't succeed, because Quarto cannot find the Julia kernel. It reports the following error:
And yes, Quarto is right, on that path there is no Julia installation. I'm using So how can I tell Quarto to look there for Julia? And why does Quarto look for a 1.6-version of Julia? Is it capable of using the current 1.8.x-version? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Quarto is looking for Jupyter in What's the output of |
Beta Was this translation helpful? Give feedback.
-
The output of
After installing
But Quarto still cannot find Julia. I've also had a look at my PATH-variable. It has So I deleted that path from PATH. But Quarto still tries to look there for Julia. |
Beta Was this translation helpful? Give feedback.
-
Ha, that's it! 😊👍 ... now it works. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
The output of
quarto check jupyter
is:After installing
IJulia
in my 1.8 default environment, it seems also to see the 1.8-kernel:But Quarto still cannot find Julia.
I've also had a look at my PATH-variable. It has
/Applications/Julia-1.6.app/Cont…