You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are storing notebooks with all output removed. I think we should instead store fully-executed notebooks.
Advantages:
Anyone viewing the notebook on github will see the output (including images and JSAnimations) without having to download and run the notebook
Currently we keep a second copy of most notebooks, executed, as a gist. Duplication is evil! Even moreso for notebooks, since they are harder to diff. This will avoid it.
Bigger files. But I don't think they'll be huge, and I think it's okay for an 'apps' repository to be fairly heavy.
Output like images and animations may change and can't reasonably be diffed. Again, I think this is okay. Its only effect is to create large sections of unparseable stuff in the diffs, and I believe that's worth it.
Currently we are storing notebooks with all output removed. I think we should instead store fully-executed notebooks.
Advantages:
Disadvantages: