Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 465 Bytes

ipython_notebook_in_git.md

File metadata and controls

8 lines (4 loc) · 465 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 this blogpost.

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