clawpack / apps

Repository of applications of Clawpack and related codes
Other
11 stars 40 forks source link

Store executed versions of notebooks #78

Open ketch opened 7 years ago

ketch commented 7 years ago

Currently we are storing notebooks with all output removed. I think we should instead store fully-executed notebooks.

Advantages:

Disadvantages:

rjleveque commented 4 years ago

This is an old issue, but I just came across it again and I would strongly advocate to keep output out of the commits. Some geoclaw notebooks with multiple animations are big and all that output changes when you rerun it so I think it's a mess to version control it, and hard to see when doing git diff whether anything changed in the inputs.

Recently I've been using the new notebooks/Makefile to create html versions and then this script to copy the desired ones to the gallery of notebooks