I'm trying to switch my Julia+Python project Quarto docs over to QuartoNotebookRunner.jl, but running into issues creating plots in Python cells.
I made this reproducible example repository: https://github.com/visr/qnr-plot-mwe, which also has the stacktrace in the error message.
The repo contains both a pixi and julia manifest. Pixi provides quarto, python and matplotlib. Julia provides CondaPkg, PythonCall and QuartoNotebookRunner v0.14. In the pixi.toml you can see I set JULIA_CONDAPKG_BACKEND = "Null" since pixi provides it, and pass QUARTO_JULIA_PROJECT = "$PIXI_PROJECT_ROOT" as mentioned on Discourse.