1

I do all my data analysis in IPython Notebook. For versioning, I just create separate Notebooks. I was wondering if there's any way to do version control in IPython Notebooks with Git. Or maybe some other solution that works equally well?

Edit to give more context: The problem with using Git with IPython Notebook is that the Notebooks contain a lot of non-Python data which I do not need to or want to track, but I do not know how to tell Git to not track such data. I'm looking for a solution that allows me to branch, merge and keep track of my commits.

2
  • What is the problem that this solution should solve, that you are facing with your current method? Commented Mar 31, 2015 at 6:38
  • @cel Yes. Thanks for pointing out. Should I just delete the question?
    – ba_ul
    Commented Mar 31, 2015 at 16:40

0