Crates.io | nbsanity |
lib.rs | nbsanity |
version | 0.1.3 |
source | src |
created_at | 2023-02-18 21:26:27.192482 |
updated_at | 2023-02-19 17:13:45.865406 |
description | Jupyter Notebook Linter |
homepage | |
repository | |
max_upload_size | |
id | 788487 |
size | 48,846 |
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"]