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
138
stars
35
forks
source link
Removed IPython.utils.io.stdout. #75
Closed
eohjelle closed 6 days ago
Removed IPython.utils.io.stdout, using sys.stdout instead. It is deprecated and no longer supported since https://github.com/ipython/ipython/commit/da495d08e6a46cf09ead0d69f1658f516045ac77
This fixes issue https://github.com/rossant/ipycache/issues/74