Thursday, 21 January 2021

Clear cached images in Jupyter Notebook

I have a jupyter notebook that creates a local cache of images. I would like to clear the cache before I run a particular cell. Does anyone know how to do that? I tried:

import gc
gc.collect()

But it had no effect. I also tried clear all the cookies and cache in chrome, but that did work either.



from Clear cached images in Jupyter Notebook

No comments:

Post a Comment