Skip to content

Commit 6a9c040

Browse files
Update QuartoNotebookRunner.jl to 0.13.1
Updates the backend to the latest minor release. This includes support for running `{python}` code cells (in addition to the already supported `{julia}` and `{r}`). It uses https://github.com/JuliaPy/PythonCall.jl to manage the `python` process for this, and allows passing values via `$` interpolation between all three languages. The announcement post can be found at https://discourse.julialang.org/t/ann-native-julia-engine-for-quarto-using-quartonotebookrunner-jl/112753/56, and includes an example of using this new feature.
1 parent 83c472c commit 6a9c040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
33

44
[compat]
5-
QuartoNotebookRunner = "=0.12.3"
5+
QuartoNotebookRunner = "=0.13.1"

0 commit comments

Comments
 (0)