So I have a notebook with many cells that I want to update continuously, at a given interval, say 1 update per second (sync doesn’t matter). I’ve been doing this with multiple Promise.delay/yield calls, but the code gets messy quickly.
Is there a way to do this more cleanly (in a single place) for a notebook with many cells ?