Home
A tool for faster application development Plotly Dash ⚡
pip install dash-express
About¶
DashExpress is a wrapper over the Plotly Dash web framework, which allows you to simplify and speed up the creation of multi-page analytical applications based on data from pd.DataFrame.
The key features are:
- High Performance: Provided by built-in optimization methods of Dash callback functions.
- Fast to code: Using a pre-configured UI and automatically generated callback functions.
- Based on Pandas: A library familiar to all analysts.
- Used Mantine UI: Pretty UI by Mantine React Library
- Include Dark Theme: Use a dark theme for all components (including graphs and maps) without any additional actions.
Requirements¶
Python 3.7+
DashExpress stands on the shoulders of giants:
- Plotly Dash for the web parts.
- Pandas DataFrame for the data store & compute measure.
- Dash Mantine Components for the create pretty UI
- Dash Leaflet for the create maps
License¶
This project is licensed under the terms of the MIT license.