Pre-release Builds
Install a pre-release build of Quarto.
Note
Pre-release builds are intended for testing purposes, and are not recommended for general use. For stable builds, please visit Release Builds.
Highlights
Quarto 1.7 includes the following new features:
- Improvements to the
julia
engine:juliaup
integration: Use specific versions of Julia in your notebooks.- R and Python support: Include
{r}
and{python}
executable code cells via the RCall and PythonCall packages. - Caching: Save time rendering long-running notebooks by caching results.
- Revise.jl integration: Automatically update function definitions in Julia sessions.