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

Set up caching for pip on Linux and macOS #72

Closed mbrukman closed 2 years ago

mbrukman commented 2 years ago

Implemented per instructions in the actions/cache repo.

Closes https://github.com/rossant/ipycache/issues/67