From 12a3e98dac6d96003be19843dc6178dcecc64dfb Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel Date: Mon, 24 Mar 2025 14:21:48 +0100 Subject: [PATCH] Mention native Julia engine on start page --- index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}