-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Philipp Renz
committed
Aug 21, 2020
1 parent
85ed638
commit b29fe3a
Showing
5 changed files
with
41,015 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
**/*.ipynb filter=clean-nbs | ||
**/*.ipynb diff=ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by nbdev_install_git_hooks | ||
# | ||
# If you need to disable this instrumentation do: | ||
# | ||
# git config --local --unset include.path | ||
# | ||
# To restore the filter | ||
# | ||
# git config --local include.path .gitconfig | ||
# | ||
# If you see notebooks not stripped, checked the filters are applied in .gitattributes | ||
# | ||
[filter "clean-nbs"] | ||
clean = nbdev_clean_nbs --read_input_stream True | ||
smudge = cat | ||
required = true | ||
[diff "ipynb"] | ||
textconv = nbdev_clean_nbs --disp True --fname |
Oops, something went wrong.