Skip to content

Commit

Permalink
Merge pull request quarto-dev#12121 from MichaelHatherly/patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Feb 24, 2025
2 parents 03a3bd4 + 8690fb2 commit 7ca42c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion news/changelog-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ All changes included in 1.7:
### `julia`

- ([#11659](https://github.com/quarto-dev/quarto-cli/pull/11659)): Fix escaping bug where paths containing spaces or backslashes break server startup on Windows.
- ([#12092](https://github.com/quarto-dev/quarto-cli/pull/12092)): Update QuartoNotebookRunner to 0.12.3.
- ([#12121](https://github.com/quarto-dev/quarto-cli/pull/12121)): Update QuartoNotebookRunner to 0.13.1. Support for evaluating Python cells via [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl) added.

## Other Fixes and Improvements

Expand Down
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.12.3"
QuartoNotebookRunner = "=0.13.1"

0 comments on commit 7ca42c0

Please sign in to comment.