/dash-daq-manufacturing-demo

A sample application for the Introduction to Dash DAQ webinar.

Primary LanguagePython

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.