dashboards-frameworks-comparison icon indicating copy to clipboard operation
dashboards-frameworks-comparison copied to clipboard

Bokeh vs Dash: a comparison by example

Dash is on the right-hand side

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