friedrichknuth / covid_dashboard

MIT License
4 stars 2 forks source link

separate panel binder app branch content to avoid image rebuilds #9

Open friedrichknuth opened 4 years ago

friedrichknuth commented 4 years ago

@rsignell-usgs first thank you for all these contributions! :tada:

Building upon your notebook, I took a stab at creating a panel app for quick interactive rendering of just the plots. See first (green) link here https://github.com/friedrichknuth/covid_dashboard/tree/binder-app

Am wondering if there might be a better way to separate this particular binder environment, so that each commit doesn't trigger a rebuild?

One potential complication I am seeing is that binder app link appears to require a special url path, instead of git-pull

https://aws-uswest2-binder.pangeo.io/v2/gh/friedrichknuth/covid_dashboard/binder-app?urlpath=/proxy/5006/dashboard-panel

I can pickup testing tomorrow, but thought to share this for now in case it is a simple fix.