Improve Jupyter Notebook Reruns by Caching Cells

XetCache is a library that provides persistent caching for long-running functions and Jupyter notebook cells. The cache can be stored locally on disk or managed by the XetHub service for easy sharing with collaborators. Users can set up XetCache with local storage, git storage using LFS or the git-xet extension, or XetHub. Authentication with XetHub can be done through the command line, environment variables, or directly in Python. XetCache offers various usage options for caching in Jupyter notebooks and function caching. The library aims to address frustrations with working in Jupyter notebooks with long-running functions.

https://github.com/xetdata/xetcache

To top