Jupyter notebooks version control #121
cmichelenstrofer
started this conversation in
Dev
Replies: 2 comments
-
If there are no output cells, |
Beta Was this translation helpful? Give feedback.
0 replies
-
For reference, here's some more explanation of how this works: https://medium.com/somosfit/version-control-on-jupyter-notebooks-6b67a0cf12a3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Always clear the notebook before committing. Never commit output cells.
Do this automatically with a pre-commit hook.
.git/hooks/pre-commit
:This will look for all Jupyter notebooks in the
examples
folder.Beta Was this translation helpful? Give feedback.
All reactions