Here’s an example with 5 inputs, 3 outputs, and cross filtering.
This app was written in just 43 lines of code ( view the source).ĭash app code is declarative and reactive, which makes it easy to build complex apps that contain many interactive elements. As the user selects a value in the Dropdown, the application code dynamically exports data from Google Finance into a Pandas DataFrame. Here’s a simple example of a Dash App that ties a Dropdown to a Plotly Graph. Read our tutorial (proudly crafted ❤️ with Dash itself).ĭocs: Create your first Dash app in under 5 minutesĭash.gallery: Dash app gallery with Python & R code
Dash is the most downloaded, trusted Python framework for building ML & data science web apps.īuilt on top of Plotly.js, React and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical Python code.