check-execution-order 0.1.1

Creator: codyrutscher

Last updated:

0 purchases

check-execution-order 0.1.1 Image
check-execution-order 0.1.1 Images
Add to Cart

Description:

checkexecutionorder 0.1.1

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





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!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.