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?
are you aware of using top-level visibility markers to hide a number of cells?
Like these? Good point, didn’t think of that.
https://github.com/teodorlu/lab/commit/4eb5198020ba8c2f0153c22b54c55803bd91c507. Thanks! 🙏