https://github.com/amaiya/causalnlp
Raw File
Tip revision: 64f92cc53cc47f652919d750965d4459c7c8aa0f authored by Arun Maiya on 15 July 2021, 21:53:41 UTC
minor edit
Tip revision: 64f92cc
.gitconfig
# 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
back to top