Skip to content

Commit 12eb907

Browse files
Update QuartoNotebookRunner to 0.17.3
1 parent b19f1e1 commit 12eb907

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

news/changelog-1.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ All changes included in 1.8:
6969

7070
- ([#12753](https://github.com/quarto-dev/quarto-cli/issues/12753)): Support change in IPython 9+ and import `set_matplotlib_formats` from `matplotlib_inline.backend_inline` in the internal `setup.py` script used to initialize rendering with Jupyter engine.
7171

72+
### `julia`
73+
74+
- ([#???](https://github.com/quarto-dev/quarto-cli/pull/???)): Update `julia` engine from `0.17.0` to `0.17.3` to improve `juliaup` detection on Windows systems and correctly set `Base.source_path()` output to match REPL and script usage.
75+
7276
## Other fixes and improvements
7377

7478
- ([#11321](https://github.com/quarto-dev/quarto-cli/issues/11321)): Follow [recommendation from LaTeX project](https://latex-project.org/news/latex2e-news/ltnews40.pdf) and use `lualatex` instead of `xelatex` as the default PDF engine.

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.17.0"
5+
QuartoNotebookRunner = "=0.17.3"

0 commit comments

Comments
 (0)