Hi everyone,
I am writing a quarto document, which includes code chunks in R, Python and Julia.
The output from the Python and R chunks is displaying correctly. However, while the code for the Julia chunks is displaying, the output is not - see the below image:
My YAML header is included below:
format:
html:
theme: spacelab
html-math-mathod: mathjax
toc: true
toc-location: right
number-sections: true
code-copy: true
code-fold: true
code-tools: true
monofont: Fira Code
execute:
message: false
warning: false
bibliography: references.bib
Please advise on how I can see the output of my Julia code chunks in this document too.
Many thanks,
Dom