diff --git a/index.qmd b/index.qmd index 72be6f4038..c68705b202 100644 --- a/index.qmd +++ b/index.qmd @@ -135,7 +135,7 @@ ggplot(airquality, aes(Temp, Ozone)) +
-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}