For python, should .ipynb files should be added under the jupyter notebook comment in the template? #4616
DanielYakubov
started this conversation in
Polls
Replies: 1 comment 1 reply
-
This seems to be very project specific, in some projects could be only ipynb files, in some others only py files, and why not, a mix of both. Rather than ignoring all *.ipynb notebooks, I'd suggest to ignore when they end with something else, let's say: *.test.ipynb With this, you can have notebooks "for testing" that will be ignored by Git |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Currently, the setup is
I usually manually add
*.ipynb
as well to the .gitignore. Another option can be to change this comment to mention only Jupyter Notebook checkpoints.4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions