After some quick search I guess this might be one necessity in the notebooks. I wanted to create one static timestamp in my markdown part however the new Date() syntax will update every time the notebook get reloaded, and I wonder there’s one tricky way to have a static timestamp.
It also means that let certain cell only run once and suppress updating the cell even though the notebook get reloaded.
I’ve tried once = require('https://bundle.run/once@1.4.0') but I didn’t manage to get it work, also there’s a jquery one method but unfortunately I have no clue how to use it in markdown tagged literals.
Thanks for any sort of input you could provide!