https://github.com/mmore500/nbmetalog
nbmetalog helps you log jupyter notebook metadata
https://github.com/mmore500/nbmetalog
Last synced: 3 months ago
JSON representation
nbmetalog helps you log jupyter notebook metadata
- Host: GitHub
- URL: https://github.com/mmore500/nbmetalog
- Owner: mmore500
- License: mit
- Created: 2021-09-01T17:23:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T17:34:20.000Z (over 3 years ago)
- Last Synced: 2025-01-22T08:46:17.799Z (4 months ago)
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
============
nbmetalog
============.. image:: https://img.shields.io/pypi/v/nbmetalog.svg
:target: https://pypi.python.org/pypi/nbmetalog.. image:: https://img.shields.io/travis/mmore500/nbmetalog.svg
:target: https://travis-ci.com/mmore500/nbmetalog.. image:: https://readthedocs.org/projects/nbmetalog/badge/?version=latest
:target: https://nbmetalog.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Statusnbmetalog helps you log jupyter notebook metadata
* Free software: MIT license
* Documentation: https://nbmetalog.readthedocs.io... code-block:: python3
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.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage