A companion repository to my article that compares Bokeh to Dash.
Instructions on how to run the code are in the article.
To deploy on Heroku use:
- For Bokeh:
git subtree push --prefix bokeh heroku-bokeh master
- For Dash:
git subtree push --prefix dash heroku-dash master