Skip to content

Commit adad425

Browse files
committed
♻️tabular test
1 parent 7bbbb58 commit adad425

File tree

3 files changed

+358
-9
lines changed

3 files changed

+358
-9
lines changed

Diff for: .gitconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by nbdev_install_git_hooks
2+
#
3+
# If you need to disable this instrumentation do:
4+
# git config --local --unset include.path
5+
#
6+
# To restore the filter
7+
# git config --local include.path .gitconfig
8+
#
9+
# If you see notebooks not stripped, checked the filters are applied in .gitattributes
10+
#
11+
[filter "clean-nbs"]
12+
clean = nbdev_clean_nbs --read_input_stream True
13+
smudge = cat
14+
required = true
15+
[diff "ipynb"]
16+
textconv = nbdev_clean_nbs --disp True --fname

Diff for: nbs/.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/*.ipynb filter=clean-nbs
2+
**/*.ipynb diff=ipynb

0 commit comments

Comments
 (0)