nbmetalog

nbmetalog helps you log jupyter notebook metadata


Keywords
nbmetalog
License
MIT
Install
pip install nbmetalog==0.2.6

Documentation

nbmetalog

Documentation Status

nbmetalog helps you log jupyter notebook metadata

from nbmetalog import nbmetalog as nbm

# prints metadata about notebook runtime
nbm.print_metadata()

# returns a dict with notebook metadata
nbm.collate_summary_metadata()

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.