Skip to main content

Automatically check execution order in Jupyter Notebooks

Project description

Build Status Coverage pre-commit.ci status

check-execution-order

A tool and pre-commit hook to automatically check execution order in Jupyter Notebooks.

demo

Installation

$ pip install check-execution-order

Usage as a pre-commit hook (recommended)

See pre-commit for instructions

Sample .pre-commit-config.yaml:

-   repo: https://github.com/MarcoGorelli/check-execution-order
    rev: v0.1.1
    hooks:
    -   id: check-execution-order

Command-line example

$ check-execution-order bad.ipynb
Cell 1 comes after 2 in file 'bad.ipynb'

Configuration

None yet. Got any requests? Please let me know!

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

check_execution_order-0.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

check_execution_order-0.1.1-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 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