You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add nbdiff-web-export to export a diff inside a rendered HTML
nbdiff-web-export --ouput-dir output ./nbdime/webapp/testnotebooks/remote.ipynb ./nbdime/webapp/testnotebooks/base.ipynb
or
nbdiff-web-export --output-dir output HEAD~1 HEAD
These would generate inside output directory
diff1.html
diff2.html
....
diffN.html
depending how many files has been changed
it would also drop nbdime.js in the output directory
Alternatively one can use --nbdime_url optional parameter to specify where to get nbdime.js
0 commit comments