<div dir="ltr">Ooohhh, very cool! Thanks for working on this!</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 5, 2015 at 11:36 AM, Thomas Kluyver <span dir="ltr"><<a href="mailto:takowl@gmail.com" target="_blank">takowl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I've just completed a rough prototype of a concept we've been calling 'nbexplode'. If you've wrestled with merge conflicts in notebooks kept in text-based VCSs, you might like to investigate it.<br><br><a href="https://github.com/takluyver/nbexplode/" target="_blank">https://github.com/takluyver/nbexplode/</a><br><br></div><div>Since current VCSs don't understand any structure within a file (beyond lines), the idea is to let the VCS know about the structure of a notebook by breaking it up into many files for separate cells and outputs. The VCS should then be smarter about merging separate changes. When you check out an exploded notebook, you can recombine it into a single .ipynb file to work with.<br><br></div><div>This is still sub-optimal, because filesystems (and therefore VCSs) have no notion of an ordered sequence. And it's probably more unwieldy for viewing diffs, because cells appear out of order.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Thomas<br></div></font></span></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Brian E. Granger<br>Cal Poly State University, San Luis Obispo<br>@ellisonbg on Twitter and GitHub<br><a href="mailto:bgranger@calpoly.edu" target="_blank">bgranger@calpoly.edu</a> and <a href="mailto:ellisonbg@gmail.com" target="_blank">ellisonbg@gmail.com</a></div>
</div>