Skip to content

Commit 7227124

Browse files
committed
clean up notebook output
1 parent c7377e6 commit 7227124

19 files changed

+535
-189922
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ repos:
4848
additional_dependencies: [pyupgrade==3.15.0]
4949
args: ["--py38-plus"]
5050

51-
# # clear output of Jupyter notebooks
52-
# - repo: local
53-
# hooks:
54-
# - id: jupyter-nb-clear-output
55-
# name: jupyter-nb-clear-output
56-
# files: \.ipynb$
57-
# language: python
58-
# entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace
51+
# clear output of Jupyter notebooks
52+
- repo: local
53+
hooks:
54+
- id: jupyter-nb-clear-output
55+
name: jupyter-nb-clear-output
56+
files: \.ipynb$
57+
language: python
58+
entry: jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![About](https://img.shields.io/badge/ML-Interpretability-orange)
1+
![About](https://img.shields.io/badge/ML-Interpretability-blue)
22
![Unittests](https://github.com/xiaohan2012/efficient-rashomon-rule-set/actions/workflows/unittest.yml/badge.svg)
33
![Lint](https://github.com/xiaohan2012/efficient-rashomon-rule-set/actions/workflows/lint.yml/badge.svg)
44
![TestCoverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/xiaohan2012/2920be1e33237a8f2c58abcf09dfefcc/raw/covbadge.json)

0 commit comments

Comments
 (0)