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

ipycache without ipy #33

Open den-run-ai opened 9 years ago

den-run-ai commented 9 years ago

i would be useful to separate out the ipycache into 2 parts: one that can be used without ipython/jupyter like a memoization decorator and magic build on top of the first one. This is to be able to use in both modes, once the scripts from notebook are integrated into package or application.