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.
Screenshot of the issue:
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
I had a similar issue where it got stuck on loading in this way because of an error thrown by the javascript code. There was an error in the javascript console that helped me debug (so perhaps take a look at the javascript console?). The issue ended up being some weird line-indexing bug where adding text after a latex section caused a range error. So I just added the text in a new cell instead. It was odd that this happened in nbdiff-web but not in the console nbdiff.
Installed pip package is:
Name: nbdime
Version: 4.0.2
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.Screenshot of the issue:
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: