Skip to main content

No project description provided

Project description

gitaddnb

If you want to add a Jupyter Notebook to the git stage ensuring that:

  • all code cells have consecutive execution order
  • all code cell outputs are clean
  • all code cell execution orders are clean
  • all cell outputs on disk remain untouched

then this package is for you.

Pre-Commit

You can use this package as a pre-commit hook:

repos:
  - repo: https://github.com/pcjedi/gitaddnb
    rev: v0.1.0
    hooks:
      - id: gitaddnb

On the first Commit Attempt, this hook will fail due to changing the content of the staged Notebooks. The second try should then go through.

CLI

Installation

Install this package using pipx or pip. It comes without any dependencies.

pipx install gitaddnb

Usage

After installation, add notebooks like this:

gitaddnb notebook1.ipynb notebook2.ipynb

The notebooks will now be in the git stage, cleaned. The files in the working directory will still have your output.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitaddnb-0.1.0.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

gitaddnb-0.1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page