Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1 change: 1 addition & 0 deletions diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ do
if $output
then
nbdiff master $f --output `$f.diff`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you were trying to output the diff to a file filename.ipynb.diff, you could try this:

Suggested change
nbdiff master $f --output `$f.diff`
nbdiff master $f --out "$f.diff"

fi
nbdiff master $f -s -o -m -a
done
39 changes: 32 additions & 7 deletions nb1.ipynb

Large diffs are not rendered by default.