Y
Hacker News
new
|
ask
|
show
|
jobs
by
superdaniel
2856 days ago
I just wish it wasn’t so tedious to version control Jupyter notebooks. I always try and clear the output before I stage it so I don’t have large binaries of plots or figures that were generated.
1 comments
alexilliamson
2856 days ago
Check out nbstripout. It sets up a git filter so that your output is stripped as the notebook is committed. But you keep the output locally.
link