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

integrate with cachey (suggestion) #32

Open den-run-ai opened 9 years ago

den-run-ai commented 9 years ago

cachey seems to be solving some issues with regular caching: a conflict between limited space and limited computation time. This is especially important for notebooks, where cache can grow quite large with data analysis. To integrate both of the caching libraries, ipycache should point all cache to one file.

https://github.com/mrocklin/cachey