Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John-Paul Robinson
createAndParseSACCT
Commits
3638ec99
Commit
3638ec99
authored
Mar 26, 2020
by
William Monroe
Browse files
added gitconfig
to remove jupyter notebook output before commit
parent
9708ab7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitconfig
0 → 100644
View file @
3638ec99
[core]
attributesfile
=
~/.gitattributes_global
[filter "nbstrip_full"]
clean
=
"jq --indent 1
\
'(.cells[] | select(has(
\"
outputs
\"
)) | .outputs) = []
\
| (.cells[] | select(has(
\"
execution_count
\"
)) | .execution_count) = null
\
| .metadata = {
\"
language_info
\"
: {
\"
name
\"
:
\"
python
\"
,
\"
pygments_lexer
\"
:
\"
ipython3
\"
}}
\
| .cells[].metadata = {}
\
'"
smudge
=
cat
required
=
true
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment