Skip to content

Commit d3572b7

Browse files
authored
Merge pull request #1696 from jkrumbiegel/jk/julia-engine-in-examples
Switch to `engine: julia` in prominent examples
2 parents b0a5e40 + f28e99b commit d3572b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/computations/julia.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ date: "5/22/2021"
4848
format:
4949
html:
5050
code-fold: true
51-
jupyter: julia-1.8
51+
engine: julia
5252
---
5353

5454
### Parametric Plots

index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ ggplot(airquality, aes(Temp, Ozone)) +
165165
<div class="tab-pane fade" id="julia" role="tabpanel" aria-labelledby="julia-tab">
166166
::: {.grid}
167167
::: {.g-col-md-11 .g-col-12}
168-
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.
168+
Combine markdown and Julia code to create dynamic documents that are fully reproducible. Quarto executes Julia code either via the [`julia` engine](#using-the-julia-engine) using [QuartoNotebookRunner.jl](https://github.com/PumasAI/QuartoNotebookRunner.jl/) or via the [`jupyter` engine](#using-the-jupyter-engine) using 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.
169169

170170
:::
171171
::: {.g-col-md-6 .g-col-12}
@@ -177,7 +177,7 @@ date: "5/22/2021"
177177
format:
178178
html:
179179
code-fold: true
180-
jupyter: julia-1.8
180+
engine: julia
181181
---
182182

183183
## Parametric Plots

0 commit comments

Comments
 (0)