Python repository for learning the creation of interactive dashboards using the Dash framework.
-
Have a working Python3 environment
-
You will need to install
-
additional packages can be installed using the command pip install <package>
Currently the only code available is in the app.py Python script. It is suggested to first get that one running successfully. A mock data.csv file is included (testdata folder) for drag & dropping into the app to test that everything is working as intended.