Hacker News new | ask | show | jobs
by pdeffebach 852 days ago
Thanks for the feedback! Just to re-state my case in clearer terms:

For my personal workflow (others may differ), compiling to html is only done once at the end of a session, and the latency wouldn't matter if it could execute like a script. Weave.jl^[1] has a great feature called `include_weave` which has the features I like.

But take my feedback with a grain of salt. I generally just save things in folders and compile a pdf separately with many tables and figures.

[1] https://weavejl.mpastell.com/stable/usage/#include_weave

1 comments

I think this is going to be right up your alley, then:

https://quarto.org/docs/computations/render-scripts.html

Perfect! So glad this exists!