altair-viz / altair_notebooks

Tutorial and Examples Jupyter Notebooks for Altair
BSD 3-Clause "New" or "Revised" License
221 stars 93 forks source link

FIX: Add brush to final plot on measles notebook #6

Closed eitanlees closed 6 years ago

eitanlees commented 6 years ago

The final plot in the measles notebook wasn't working because it referenced a brush that wasn't defined.

I am not sure I am doing version control right with notebooks. The diffs are huge!

eitanlees commented 6 years ago

I see you have fixed the issue.

When it comes to version control and notebooks is that just the way it is? Huge commits?

Are there better ways to use git with jupyter notebooks?

jakevdp commented 6 years ago

Are there better ways to use git with jupyter notebooks?

You can make sure to clear all outputs before committing, but that's not helpful if you want people to be able to view the executed notebooks on github.