Flask App using Plotly for visualizing data in MOOClet
- create a config.py file in the main folder, and add the TOKEN to the file
- Download the dataset folder to the main folder
- run
source startup.shin the terminal - run
python3 dashboard.pyin the terminal
python3 -m venv ./venv
source venv/bin/activate
pip install -r ./requirements.txt
pip install dash_bootstrap_components
pip install pandas_datareader
python3 dashboard.py