#notebook #jupyter #linter #toml #root

app nbsanity

Jupyter Notebook Linter

3 个版本

0.1.3 2023年2月19日
0.1.1 2023年2月19日
0.1.0 2023年2月18日

#15#jupyter

MIT 许可证

22KB
586

nbsanity

jupyter notebook linter

安装

cargo install nbsanity

运行

从项目根目录运行(需要 pyproject.toml)

nbsanity

配置

功能 描述
CellExecutionIsSequential 笔记本中的每个单元执行都是按顺序进行的,一个接一个。
NoEmptyCells 笔记本中没有空单元格。

pyproject.toml

[tool.nbsanity]
disable = ["CellExecutionIsSequential"]

依赖关系

~2.3–3.5MB
~58K SLoC