Fork me on GitHub
#clerk
<
2024-06-28
>
teodorlu11:06:25

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?

mkvlr13:06:29

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

teodorlu13:06:34

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