Skip to content

Commit

Permalink
Added code
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Renz committed Aug 21, 2020
1 parent 85ed638 commit b29fe3a
Show file tree
Hide file tree
Showing 5 changed files with 41,015 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/*.ipynb filter=clean-nbs
**/*.ipynb diff=ipynb
18 changes: 18 additions & 0 deletions .gitconfig
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
Loading

0 comments on commit b29fe3a

Please sign in to comment.