Laouad / dash-daq-manufacturing-demo

A sample application for the Introduction to Dash DAQ webinar.

Home Page:https://dash-playground.plotly.host/dash-daq-manufacturing-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash DAQ Manufacturing Demo

This application consists of a simple manufacturing dashboard, complete with controls and multiple types of indicators.

How to run the app

  1. Start a new virtual environment, if desired.
$ virtualenv venv
$ source venv/bin/activate
  1. Install requirements.
$ pip install -r requirements.txt
  1. Run the app!
$ python app.py
  1. Navigate to localhost:8050 in your browser.

About

A sample application for the Introduction to Dash DAQ webinar.

https://dash-playground.plotly.host/dash-daq-manufacturing-demo


Languages

Language:Python 90.6%Language:CSS 9.4%