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

Use of cloudpickle #34

Closed fbnrst closed 8 years ago

fbnrst commented 8 years ago

Warning: I'm not much of a python developer! I just tried to include the use of cloudpickle in case pickle fails: https://github.com/fabianrost84/ipycache For me this comes very handy as I often like to pickle lambda functions. What do you think about including the (possibly optional) use of cloudpickle in ipcache? I'm also not sure how this relates to https://github.com/rossant/ipycache/issues/28.

rossant commented 8 years ago

+1 for me, I or @ihrke would be happy to review your PR!

fbnrst commented 8 years ago

PR created