Package python3-jupyter-cache

Manage a cache of Jupyter notebooks

https://jupyter-cache.readthedocs.io/

This package provides a defined interface for working with a cache of Jupyter
notebooks.  It is useful if you have a number of notebooks whose execution
outputs you want to ensure are kept up to date, without having to re-execute
them every time (particularly for long running code, or text-based formats
that do not store the outputs).

The notebooks must have deterministic execution outputs:

- You use the same environment to run them (e.g. the same installed packages)
- They run no nondeterministic code (e.g. random numbers)
- They do not depend on external resources (e.g. files or network connections)
  that change over time

Version: 1.0.1

General Commands

jcache Manage a cache of Jupyter notebooks