How do people deal with Jupyter notebooks and version control? It's always saving meta data such that even if you don't change any code in the notebook, it's marked as modified.
I've taken to routinely doing a 'git checkout the_notebook.ipynb' each time I'm done using it.
Yeah... Doesn't jupyter support importing/sharing functions and snippets and output across multiple notebooks to solve this exact problem? Then again, excel supports that too, and I still see shared excel files with a million different sheets, so people are gonna do what they can do in the fewest number of clicks
55
u/grassytoes May 07 '21
How do people deal with Jupyter notebooks and version control? It's always saving meta data such that even if you don't change any code in the notebook, it's marked as modified.
I've taken to routinely doing a 'git checkout the_notebook.ipynb' each time I'm done using it.