check-execution-order

时间:2021-04-04 22:49:36
【文件属性】:
文件名称:check-execution-order
文件大小:9KB
文件格式:ZIP
更新时间:2021-04-04 22:49:36
JupyterNotebook 检查执行顺序 一个工具和预提交挂钩,可自动检查Jupyter Notebooks中的执行顺序。 安装 $ pip install check-execution-order 用作预提交挂钩(推荐) 有关说明,请参阅 样本.pre-commit-config.yaml : - repo : https://github.com/MarcoGorelli/check-execution-order rev : v0.1.1 hooks : - id : check-execution-order 命令行示例 $ check-execution-order bad.ipynb Cell 1 comes after 2 in file 'bad.ipynb' 配置 还没有。 有任何要求吗? 请告诉我!
【文件预览】:
check-execution-order-master
----check_execution_order.py(1KB)
----requirements-dev.txt(46B)
----.pre-commit-hooks.yaml(297B)
----.github()
--------workflows()
----tests()
--------data()
--------main_test.py(484B)
----tox.ini(233B)
----LICENSE(1KB)
----setup.cfg(1KB)
----setup.py(37B)
----.gitignore(74B)
----README.md(1KB)
----.pre-commit-config.yaml(1KB)

网友评论