Hacker News new | ask | show | jobs
by williamzeng0 829 days ago
I think the marginal gain would be a lot less for Jupyter notebooks, but I've definitely rerun individual cells and wasted time there before.

I think it could help if you forget to save the output of a function within a single cell like this:

1. print(f(x)) # -> check what happened 2. out = f(x) # -> turns out we want to save this, so we have to wait again

1 comments

FWIW There is a built-in cache system for r markdown documents. I'm not up to speed on their exact implementation but I have found it useful.

https://bookdown.org/yihui/rmarkdown-cookbook/cache.html

file.mtime. (file last modified) is an awesome way to key the cache.