Manage a cache of Jupyter notebooks
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
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.1-1.fc42 | - |
Fedora 41 | 1.0.0-3.fc41 | - |
Fedora 40 | 1.0.0-1.fc40 | - |
You can contact the maintainers of this package via email at
python-jupyter-cache dash maintainers at fedoraproject dot org
.