How can I run these kind of code block? #9719
-
DescriptionI am converting to turing.jl's website to quarto from ```julia; fig_ext=".png" I want to implement it here in |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 13 replies
-
I suggest to take a look at the get started guides on authoring with Quarto (https://quarto.org/docs/get-started/) and to look at the Julia guide (https://quarto.org/docs/computations/julia.html) |
Beta Was this translation helpful? Give feedback.
-
Does Quarto support building qmd files in parallel? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
That's your point of view.
You need to find the libraries and use them, e.g., PrettyTables.jl.
Note that's not related to Quarto.
Formatting of computed outputs is really a work that you have to do yourself using the libraries of your chosen computing language, especially if you don't like the default.
By the way, that's not specific to Quarto or even Jupyter.