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
I have also ran: nbdime config-git --enable for my repo.
when I run nbdiff-web <file-path> browser open correctly but there is a spinner and it shows no diff.
I have tried many combos, it looks like the only way I can get nbdiff-web to show diff is if I save the different revision of the files using git show in temporary files and then run `nbdiff-web <old_tmp_file> <new_tmp_file>
I am not sure why diffing with my remote repo doesn't work.
screenshot of nbdime show <file-path> working fine.