Skip to content

Commit 7ca42c0

Browse files
authored
Merge pull request #12121 from MichaelHatherly/patch-4
2 parents 03a3bd4 + 8690fb2 commit 7ca42c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/changelog-1.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ All changes included in 1.7:
7171
### `julia`
7272

7373
- ([#11659](https://github.com/quarto-dev/quarto-cli/pull/11659)): Fix escaping bug where paths containing spaces or backslashes break server startup on Windows.
74-
- ([#12092](https://github.com/quarto-dev/quarto-cli/pull/12092)): Update QuartoNotebookRunner to 0.12.3.
74+
- ([#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.
7575

7676
## Other Fixes and Improvements
7777

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)