tarmstrong/nbdiff

nbdiff crashes if it is run outside the root of the repository

Closed this issue · 2 comments

If there is a file foo/bar/notebook.ipynb and our current directory is foo/bar/ , running nbdiff crashes. It expects to be run in the root of the repository, i.e., the folder with the .git directory.

I can take a look at it.