How did I break it already?(?)
foo.qmd
---
title: Foo
engine: julia
---
/Users/jsa % quarto --version
1.5.29
/Users/jsa % quarto render foo.qmd
ERROR: Julia server returned error after receiving "run" command:
Failed to run notebook: /Users/jsa/foo.qmd
ERROR: IOError: pwd(): no such file or directory (ENOENT)
Stacktrace:
[1] uv_error
@ ./libuv.jl:100 [inlined]
[2] pwd()
@ Base.Filesystem ./file.jl:63
[3] evaluate_raw_cells!(f::QuartoNotebookRunner.File, chunks::Vector{Any}, options::Dict{String, Any}; showprogress::Bool, chunk_callback::QuartoNotebookRunner.var"#chunk_callback#61"{TCPSocket})
@ QuartoNotebookRunner ~/.julia/packages/QuartoNotebookRunner/Mx5PG/src/server.jl:574