Skip to content

Instantly share code, notes, and snippets.

@WillKoehrsen
Created January 27, 2019 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillKoehrsen/5c683c7cf11a8f17b176f31da60fd9e7 to your computer and use it in GitHub Desktop.
Save WillKoehrsen/5c683c7cf11a8f17b176f31da60fd9e7 to your computer and use it in GitHub Desktop.
# Create interactive version of function with DatePickers
interact(stats_for_article_published_between,
start_date=widgets.DatePicker(value=pd.to_datetime('2018-01-01')),
end_date=widgets.DatePicker(value=pd.to_datetime('2019-01-01')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment