Prepare jupyter notebooks for storing in git and sharing as HTML
Project description
nb_prep
nb_prep
makes it easier to prepare jupyter notebooks for storing in git and sharing with stakeholders.
You can use the nb_prep
CLI to:
- Convert jupyter notebooks to HTML (using
nbconvert
) and:- add a date prefix to the filename.
- add a git hash suffix to the filename.
- move the HTML file to a configured output directory
- Strip all cell outputs (using
nbstripout
)
You can also configure nb_prep
once as a pre-commit hook and have notebook output automatically prepared every time you git commit
.
Installation
pip install nb_prep
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nb_prep-1.0.1.tar.gz
(9.0 kB
view hashes)
Built Distribution
nb_prep-1.0.1-py3-none-any.whl
(12.2 kB
view hashes)