Skip to content
/ dash Public

Data Apps & Dashboards for Python. No JavaScript Required.

License

Notifications You must be signed in to change notification settings

plotly/dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6312be4 · Feb 20, 2019
Feb 8, 2019
Jul 21, 2017
Feb 20, 2019
Feb 20, 2019
Jan 22, 2018
Nov 20, 2018
Nov 14, 2018
Feb 13, 2019
Oct 3, 2017
Dec 26, 2018
Jun 21, 2017
Nov 20, 2018
Jan 18, 2019
Feb 8, 2019
Feb 11, 2019
Jan 24, 2019

Repository files navigation

Dash

Dash is a Python framework for building analytical web applications. No JavaScript required.

Build on top of Plotly.js, React, and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical python code.

CircleCI

ONLINE DOCUMENTATION

OFFLINE (PDF) DOCUMENTATION

DASH DOCS ON HEROKU (for corporate networks that cannot access plot.ly)

Here’s a 43-line example of a Dash App that ties a Dropdown to a D3.js Plotly Graph. As the user selects a value in the Dropdown, the application code dynamically exports data from Google Finance into a Pandas DataFrame. This app was written in just 43 lines of code (view the source).

Sample Dash App

Dash app code is declarative and reactive, which makes it easy to build complex apps that contain many interactive elements. Here’s an example with 5 inputs, 3 outputs, and cross filtering. This app was composed in just 160 lines of code, all of which were Python.

crossfiltering dash app

Dash uses Plotly.js for charting. Over 35 chart types are supported, including maps.

Dash app with Mapbox map showing walmart store openings

Dash isn't just for dashboards. You have full control over the look and feel of your applications. Here's a Dash app that's styled to look like a PDF report.

goldman sachs report

To learn more about Dash, read the extensive announcement letter or jump in with the user guide.

Documentation

View the Dash User Guide. It's chock-full of examples, pro tips, and guiding principles.

Licensing

Dash is licensed under MIT.

For companies with software budgets, Plotly offers Dash Deployment Server, an enterprise-ready platform for hosting Dash apps in a private cloud or on your own servers. Learn more about Dash Deployment Server.

Contact and Support

See https://plot.ly/dash/support for ways to get in touch.


image