tarmstrong / nbdiff

A diffing and merging tool for the IPython Notebook.
http://nbdiff.org
MIT License
212 stars 28 forks source link

Diffing two empty lists crashes #183

Closed MandMk closed 10 years ago

MandMk commented 10 years ago

When trying to diff two empty cells, the following error is obtained: problem in diff.py line 36 in diff nrows = len(grid[0]) IndexError: list index out of range