Skip to content

Commit 9c3726e

Browse files
Chore: update QuartoNotebookRunner to 0.11.0
Relevant user-facing updates in this release: - support for REPL "modes" (thanks to @MHellmund) - change to `--color=yes` as the default for output (again, thanks to @MHellmund) - fix handling of PDF output for `Plots.jl` plots - the code run in worker `julia` processes is now precompiled and should reduce initial latency when running notebooks.
1 parent 122b0f3 commit 9c3726e

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.10.2"
5+
QuartoNotebookRunner = "=0.11.0"

0 commit comments

Comments
 (0)