Skip to content

eliasdabbas/flaskboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask for managing Dash dashboards

flaskboard

Embed Dash apps in Flask apps while maximizing the power of both:

  • Integration using standard tools (Dash's server parameter)
  • Register all your Dash apps as blueprints in one main Flask app
  • No hacky iframes
  • Dash apps are integrated simply like embedding images (did you know the Dash.index() method?), or just a div somewhere (wherever you want)
  • Manage a an app utilizing the full power of Flask
  • No SEO compromises

Check out the various versions available to grow an app from the most minimal integration possible to more elaborate/complex structures