plotly/dash

Data Apps & Dashboards for Python. No JavaScript Required.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 17th, 2024
Created on April 10th, 2015
Open Issues & Pull Requests: 540 (+0)
Number of forks: 2,319
Total Stargazers: 24,382 (+0)
Total Subscribers: 421 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 596.5 days
Mean response time: 749.2 days
90th percentile: 1862.4 days
Tracked items: 1,220

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "P1" is answered fastest, typically in about 8 hours, while "dash-data-table" waits about 29 months. 55% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 497
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 1,236 days
Stale 30+ days: 476
Stale 90+ days: 472

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 3
Events in 7 days: 8

Top labels

  • P3 (485)
  • bug (432)
  • feature (251)
  • P2 (94)
  • P1 (66)
  • dash-data-table (49)
  • regression (37)
  • good first issue (28)

Detailed Description

Dash is a Python framework for building interactive data applications and dashboards without requiring JavaScript knowledge. Built on top of Plotly.js, React, and Flask, it enables developers to connect modern UI elements like dropdowns, sliders, and graphs directly to analytical Python code. The framework supports approximately 50 chart types, including maps, and allows developers to create complex interactive applications with full control over styling and layout. According to the repository's README, Dash is the most downloaded and trusted Python framework for building machine learning and data science web applications.

The repository demonstrates significant community engagement and maintenance activity. The repository's contributor base overlaps with major projects including microsoft/vscode, rust-lang/rust, and microsoft/typescript, indicating involvement from developers across different technology ecosystems.

The framework is classified across multiple domains reflecting its broad applicability: app development, web application frameworks, Python libraries, UI development, plotting tools, interactive dashboards, analytical interfaces, analytics platforms, real-time data handling, and business intelligence tools. This classification demonstrates that Dash serves as both a plotting library and a comprehensive framework for building complete analytical applications.

Dash operates in two primary deployment models. The open-source version allows developers to run Dash apps locally on laptops or workstations but does not provide easy organizational access. Dash Enterprise extends this capability with ML Ops features including horizontally scalable hosting, deployment management, authentication systems supporting LDAP, Active Directory, PKI, Okta, SAML, OpenID Connect, OAuth, and SSO, and a Job Queue for asynchronous background processing. The Enterprise offering also includes low-code features such as a Design Kit for styling without CSS, a Snapshot Engine for saving and sharing app views as links or PDFs, a Dashboard Toolkit with drag-and-drop layouts and crossfiltering, and embedding capabilities for integrating Dash apps into existing web applications without iframes.

The Enterprise tier additionally provides AI and ML-focused features including an AI App Marketplace with dozens of templates for business problems, Big Data for Python connectivity to platforms like Dask, Databricks, NVIDIA RAPIDS, Snowflake, Postgres, and Vaex, GPU and Dask acceleration for high-performance computing, and Data Science Workspaces for executing Python, R, and Julia code. The framework's declarative and reactive code structure makes it possible to build complex applications with multiple interactive elements using only Python, as demonstrated by examples ranging from simple 43-line dropdown-to-graph applications to more sophisticated 160-line applications with five inputs, three outputs, and cross-filtering capabilities.