Skip to content

Commit f4fdcda

Browse files
committed
Add julia engine highlights
1 parent 038a102 commit f4fdcda

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/computations/julia.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Ensure that `Revise` is installed in the project environment that the notebook
368368
is using, since the global environment is not included in the load path
369369
provided to Julia, unlike the behaviour of a Julia REPL session.
370370
371-
### Caching
371+
### Caching {#caching-julia}
372372
373373
The engine has built-in support for caching notebook results. This feature is disabled by
374374
default but can be enabled by setting `execute.cache` option to `true` in a notebook's
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
You can view (in-progress) documentation for the next version of Quarto, v1.7, on our pre-release documentation site, [prerelease.quarto.org](https://prerelease.quarto.org), including a list of [highlights](https://prerelease.quarto.org/docs/prerelease/1.7/).
1+
Quarto 1.7 includes the following new features:
2+
3+
- Improvements to the `julia` engine:
4+
- [`juliaup` integration](/docs/computations/julia.qmd#juliaup-integration): Use specific versions of Julia in your notebooks.
5+
- [R and Python support](/docs/computations/julia.qmd#r-and-python-support): Include `{r}` and `{python}` executable code cells via the RCall and PythonCall packages.
6+
- [Caching](/docs/computations/julia.qmd#caching-julia): Save time rendering long-running notebooks by caching results.
7+
- [Revise.jl integration](/docs/computations/julia.qmd#revise.jl-integration): Automatically update function definitions in Julia sessions.
8+

0 commit comments

Comments
 (0)