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
Install `nose` explicitly as a quick fix to unblock license clarification #63
Closed
mbrukman closed 2 years ago
https://github.com/rossant/ipycache/pull/60 is failing tests due to missing command
nosetests
; in https://github.com/rossant/ipycache/issues/61, we initially decided to replacenose
withnose2
instead of the quick fix, but https://github.com/rossant/ipycache/pull/62 shows it's not as simple.We can put in a quick fix to manually install
nose
intest_requirements.txt
for now to unblock https://github.com/rossant/ipycache/pull/60 to address https://github.com/rossant/ipycache/issues/41, and come back for a more complete solution later.