Skip to content
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Python JavaScript CSS HTML
Branch: dev
Clone or download

Latest commit

Latest commit 526af0c Jun 3, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci CI on forked repo and other tweaks (#1280) Jun 2, 2020
.github Replace all instances of plot.ly with plotly.com. Feb 19, 2020
@plotly Issue 481 - Support arbitrary file extensions in component suites (#1078 Apr 24, 2020
dash-renderer hard reload targets just this window May 16, 2020
dash Merge branch 'dev' into same-module Jun 2, 2020
tests 3.6.9 | 3.7.6 (#1290) Jun 2, 2020
.editorconfig 🔧 add .editorconfig Aug 21, 2019
.flake8 Git hooks, linting, and other toolchain fixes (#1151) Mar 13, 2020
.gitignore Assorted fixes required for CRAN submission (#1186) May 4, 2020
.huskyrc Git hooks, linting, and other toolchain fixes (#1151) Mar 13, 2020
.pylintrc Add R build test to CircleCI (#1238) May 22, 2020
.pylintrc37 Add R build test to CircleCI (#1238) May 22, 2020
CHANGELOG.md Changelog entry May 30, 2020
CODE_OF_CONDUCT.md Replace all instances of plot.ly with plotly.com. Feb 19, 2020
CONTRIBUTING.md local setup for test components Apr 26, 2020
LICENSE 🧹 Update the LICENSE year to 2020. Jan 14, 2020
MANIFEST.in simplify manifest Jun 20, 2019
README.md Replace all instances of plot.ly with plotly.com. Feb 19, 2020
package-lock.json Git hooks, linting, and other toolchain fixes (#1151) Mar 13, 2020
package.json CI on forked repo and other tweaks (#1280) Jun 2, 2020
pytest.ini 🚚 🔧 restructure the requirement.txt Jun 15, 2019
requires-dev.txt Git hooks, linting, and other toolchain fixes (#1151) Mar 13, 2020
requires-install.txt stricten dash dependencies May 5, 2020
requires-testing.txt Git hooks, linting, and other toolchain fixes (#1151) Mar 13, 2020
setup.py Replace all instances of plot.ly with plotly.com. Feb 19, 2020

README.md

Dash

CircleCI GitHub PyPI PyPI - Python Version GitHub commit activity LGTM Alerts LGTM Grade

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

Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical Python code. Read our tutorial proudly crafted ❤️ by Dash itself.

App Samples

App Description
Sample Dash App Here’s a simple 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).
Crossfiltering 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.
Dash App with Mapbox map showing walmart store openings Dash uses Plotly.js for charting. Over 35 chart types are supported, including maps.
Financial report 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.

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

Contact and Support

For companies with software budgets, Plotly offers

  • Dash Deployment Server speeds your time-to-delivery while providing the right resources, security, and scalability you need to deliver production-quality apps
  • Dash Design Kit makes your internal dashboard awesome without expertise in JavaScript & CSS.
  • Snapshot Engine seamlessly links your analytics and reporting workflows together, giving you a fast way to generate interactive reports of just the data you need

See https://plotly.com/dash/support for ways to get in touch.

image

You can’t perform that action at this time.