Skip to content

Instantly share code, notes, and snippets.

View chetgray's full-sized avatar

Chet Gray chetgray

View GitHub Profile
@chetgray
chetgray / ipynb_drop_output.py
Last active June 8, 2018 17:28 — forked from pbugnion/ ipython_notebook_in_git.md
Keeping IPython notebooks under Git version control
#!/usr/bin/env python
"""
Suppress output and prompt numbers in git version control.
This script will tell git to ignore prompt numbers and cell output
when looking at ipynb files if their metadata contains:
"git" : { "suppress_outputs" : true }