Skip to content

innovationOUtside/nb_cell_diff

Repository files navigation

nb_cell_diff

Simple tools for ad hoc, in notebook, code cell differencing.

Binder

Based on the 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.

See the demo.ipynb for examples.

TO DO:

  • clipboard demo is broken in MyBinder?

About

Simple tools for ad hoc, in notebook, code cell differencing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published