Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ggplot(airquality, aes(Temp, Ozone)) +

<div class="tab-pane fade" id="julia" role="tabpanel" aria-labelledby="julia-tab">

Combine markdown and Julia code to create dynamic documents that are fully reproducible. Quarto executes Julia code via the [IJulia](https://github.com/JuliaLang/IJulia.jl) Jupyter kernel, enabling you to author in plain text (as shown below) or render existing Jupyter notebooks.
Combine markdown and Julia code to create dynamic documents that are fully reproducible. Quarto executes Julia code either via its native Julia engine based on [QuartoNotebookRunner.jl](https://github.com/PumasAI/QuartoNotebookRunner.jl/) or via the [IJulia](https://github.com/JuliaLang/IJulia.jl) Jupyter kernel, enabling you to author in plain text (as shown below) or render existing Jupyter notebooks.

::: {.grid}
::: {.g-col-lg-6 .g-col-12}
Expand Down
Loading