-
DescriptionI usually use Quarto with R. Now, I am trying to use it with Julia, and I am having some problems. I only tried to run the example on the web page [https://quarto.org/docs/computations/julia.html] using the Jupyter and Julia engines and Quarto version 1.5.37. Let me say first that I had no problems running it on Ubuntu (I had only to install MacOS 11.7.10 jupyter engine: quarto render --to pdfOutputs pdf but inserts the following after the figure:
MacOS 11.7.10 julia engine: quarto render --to pdf(sbquarto_2) pkg> st shell> quarto render document.qmd --to pdf Error 1 of 1
Windows 11 julia engine: quarto preview --to pdfJulia server process started. Error 1 of 1 ERROR: Internal julia server error Stack trace: Windows 11 jupyter engine: quarto preview --to pdfFATAL (C:/Users/sbacelar/AppData/Local/Programs/Quarto/share/filters/main.lua:7144) An error occurred: WSL2 with Julia engine: quarto preview --to pdfERROR: Julia server returned error after receiving "run" command: Error 1 of 1 ERROR: Internal julia server error Stack trace: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Different engines operate differently. With the With the
|
Beta Was this translation helpful? Give feedback.
Thanks, I can repro this. I'll open an issue.