[ANN] Native Julia engine for quarto using QuartoNotebookRunner.jl

Thank you for the new engine ! This is great that we do not have to install jupyter anymore.

I read in the documentation that the QuartoNotebook worker processes do not cache anything and do not provide reactive evaluation.

Is it planned to address this limitation and allow users to re-execute specific code blocks from the .qmd file, for example by sending them to an REPL loaded with the Main environment of the notebook?

This would be very helpful, especially when experimenting with data analysis and figures. Re-executing the entire notebook for each minor change is impractical.

My current workaround is to use an independent parallel REPL, where I send the code blocks and then manually re-render the notebook. Ultimately, however, the same code is executed twice.

Not at present, though maybe at some point if time allows.