ipycache
ipycache copied to clipboard
Support for gzip'ed pickles
This PR adds support for gziped pickles, see also #28
Usage:
%%cache test.pkl.gz vars
Thanks to @dimatura for writing the code
Thanks for the effort, I will review the code in detail once I find the time. Can you check why the travis builds fails for the PR?
I changed the PR such that is does not break the API anymore. There are no tests yet for the new code.
Will this be merged?