rossant / ipycache

Defines a %%cache cell magic in the IPython notebook to cache results of long-lasting computations in a persistent pickle file
BSD 3-Clause "New" or "Revised" License
139 stars 35 forks source link

Recalculate cache whenever the set of stored variables changes #29

Closed TyberiusPrime closed 9 years ago

TyberiusPrime commented 9 years ago

When the user adds or removes variables, the cell get's recalculated and the new data stored.

This is a first step in automatically re running a cell if the content changed.