clerk

teodorlu 2024-06-28T11:41:25.054919Z

I find that I often introduce a do to skip some visual noise in my notebooks — no intermediate function values in the notebook, and the change in the source file is quite simple (write (do, slurp, slurp slurp). I still end up with a (do ,,,) in the rendered notebook, which doesn’t need to be there (also noise). Opinions on how to approach this? Is this something you think about when writing Clerk notebooks?

mkvlr 2024-06-28T13:29:29.042299Z

are you aware of using top-level visibility markers to hide a number of cells?

teodorlu 2024-06-28T13:34:34.645409Z

Like these? Good point, didn’t think of that.

teodorlu 2024-06-28T13:37:02.266599Z

https://github.com/teodorlu/lab/commit/4eb5198020ba8c2f0153c22b54c55803bd91c507. Thanks! 🙏

🙌 1