Metadata-Version: 2.1
Name: nbcelldiff
Version: 0.0.1
Summary: Tools for finding the difference between two notebook code cells
Home-page: https://github.com/innovationOUtside/nb_cell_diff
Author: Tony Hirst
Author-email: tony.hirst@open.ac.uk
License: MIT License
Description: # nb\_cell\_diff
        Simple tools for ad hoc, in notebook, code cell differencing.
        
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/innovationOUtside/nb_cell_diff/master?filepath=demo.ipynb)
        
        Based on the Google [`diff-match-patch`](https://github.com/google/diff-match-patch) Python3 package.
        
        
        `%load_ext nbcelldiff`
        
        
        The package currently provides cell block magics that let you compare the current cell with the previously executed cell, an earlier executed cell from its cell run index number, or the contents of the clipboard; and a line magic that lets you compare the contents of two previously executed cells from the cell run index numbers.
        
        ![](nb_cell_diff.png)
        
        See the `demo.ipynb` for examples.
        
        TO DO:
        
        - clipboard demo is broken in MyBinder?
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
