jupyter notebook linter
cargo install nbsanity
Run from the root of your project (requires pyproject.toml)
nbsanity
| Feature | Description | |------------------------------|----------------------------------------------------------------------| | CellExecutionIsSequential | Each cell in a notebook is executed in sequence, one after another. | | NoEmptyCells | There are no empty cells in a notebook. |
[tool.nbsanity]
disable = ["CellExecutionIsSequential"]