skillfed

dash-daq

DAQ components for Dash

dash-daq v0.6.0 210.6K downloads/30d#9,491 on PyPI145
Permissive license Active released

What it is and what it does

dash_daq extends Dash with a library of specialized UI components designed for data acquisition and instrumentation interfaces. It provides gauge displays, sliders, knobs, and other controls styled to resemble laboratory and industrial equipment, making it straightforward to build web dashboards that monitor or control real-world systems.

The package depends only on dash and installs as a pure Python wheel with no compiled dependencies. It is actively maintained by Plotly and used in production demo applications ranging from multimeters to pressure gauges to stepper motor controllers. The component set is designed to integrate seamlessly into Dash applications, allowing developers to mix standard Dash components with specialized DAQ controls in a single callback-driven interface.

Use it for:

  • Build a web interface for laboratory equipment monitoring that displays real-time sensor readings using gauge and numeric display components.
  • Create an industrial control dashboard where operators adjust setpoints and parameters using knobs, sliders, and toggle switches styled as physical instruments.
  • Prototype a data acquisition system frontend that collects and visualizes measurements from multiple sensors in a single web application.
  • Display live telemetry from scientific instruments (multimeters, oscilloscopes, pressure sensors) in a browser-based control room.
  • Build a test automation UI where engineers configure test parameters and observe results using instrumentation-style components.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides interactive data acquisition and control components for building web-based dashboards with Dash, including gauges, sliders, knobs, and other instrumentation-style UI elements.

Yes. dash_daq is actively maintained, has no known vulnerabilities, installs with minimal friction, and is permissively licensed. Install it if you are building a Dash application that needs instrumentation-style UI components for monitoring or controlling equipment; skip it if your dashboard uses only standard charts and tables.

Install

dash-daq on PyPI

pip

pip install dash-daq

uv

uv add dash-daq

poetry

poetry add dash-daq

Installing dash-daq

Before you install

Low friction: single pure-Python dependency on dash, distributed as a wheel. Actively maintained with recent release (521 days ago) and ongoing commits.

License in practice

MIT license permits commercial and private use with minimal restrictions; permissive treatment means you can use this freely in most projects.

Quickstart

pip install dash_daq

import dash_daq as daq
import dash

app = dash.Dash(__name__)
app.layout = daq.Gauge(value=50, label="Example")

if __name__ == '__main__':
    app.run_server()

Verify before relying

  • Specific component types and their capabilities beyond the demo applications listed
  • Browser compatibility and minimum Dash version requirement
  • Performance characteristics with large numbers of components or high-frequency updates

Package facts

License not declared (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — dash
Maintenance actively maintained — 521 days since the last release
Last repo commit
First released
Downloads 210,589/month — #9,491 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: dash_daq-0.6.0-py3-none-any.whl

License :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

dash daq componentsdata acquisition dashboardinstrumentation ui elementsdash gauge slider knobreal-time monitoring dashboardindustrial control interfaceplotly dash daq
instrumentation-uidata-acquisitionplotly-ecosystem

More Dynamic Content packages