jupyter notebook extension, part of jupyter_contrib_nbextensions. Defines %%cache cell magic in the IPython notebook to cache results and outputs of long-lasting computations in a persistent pickle file.
ipycache is a jupyter notebook extension, part of jupyter_contrib_nbextensions. It defines a %%cache cell magic in the IPython notebook to cache results and outputs of long-lasting computations in a persistent pickle file. It is useful when some computations in a notebook are long and you want to easily save the results in a file.