Skip to content

Commit

Permalink
Chore: update QuartoNotebookRunner to 0.11.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MichaelHatherly authored May 28, 2024
1 parent 122b0f3 commit a7da4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/julia/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"

[compat]
QuartoNotebookRunner = "=0.10.2"
QuartoNotebookRunner = "=0.11.0"

0 comments on commit a7da4b7

Please sign in to comment.