nbsanity

Crates.ionbsanity
lib.rsnbsanity
version0.1.3
sourcesrc
created_at2023-02-18 21:26:27.192482
updated_at2023-02-19 17:13:45.865406
descriptionJupyter Notebook Linter
homepage
repository
max_upload_size
id788487
size48,846
Evan M Curtin (ecurtin2)

documentation

README

nbsanity

jupyter notebook linter

Install

cargo install nbsanity

Run

Run from the root of your project (requires pyproject.toml)

nbsanity

Configuration

Feature Description
CellExecutionIsSequential Each cell in a notebook is executed in sequence, one after another.
NoEmptyCells There are no empty cells in a notebook.

pyproject.toml

[tool.nbsanity]
disable = ["CellExecutionIsSequential"]
Commit count: 0

cargo fmt