nbdime

Diff and merge tool for Jupyter Notebook files

brewmacoslinux
Try with needOr install directly
Source

About

Jupyter Notebook Diff and Merge tools

Commands

nbdimenbdiffnbmergenbdiff-webnbmerge-web

Examples

Show differences between two notebook files$ nbdiff notebook1.ipynb notebook2.ipynb
Merge two notebook versions with automatic conflict resolution$ nbmerge base.ipynb local.ipynb remote.ipynb -o merged.ipynb
Open an interactive web interface to view notebook differences$ nbdiff-web notebook1.ipynb notebook2.ipynb