Jupyter extensions is a set of extensions to Jupyter Notebook that allow for all sorts of customizations. ipycache allows caching the contents of computed cells to save computation time as in this example.
Is there a way to explicitly invalidate the results of a cache and force recomputation appart from manually going and deleting the file?
After a quick search didn't find e.g. an "explicitly invalidate cache" param, though i remember having seen something some years ago at an example.