0 purchases
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!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.