Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 402 Bytes

IPython notebook in git.md

File metadata and controls

8 lines (4 loc) · 402 Bytes

This gist lets you keep IPython notebooks in git repositories. It tells git to ignore prompt numbers and program outputs when checking that a file has changed.

To use the script, follow the instructions given in the script's docstring.

For further details, read {{ blogpost }}.

The procedure outlined here is inspired by this answer on Stack Overflow.