This repo contains the first assignment for the course Information Visualization. Students need to create one visualization using html/js/d3 and one visualization using the python package Bokeh.
See the requirements.txt file You can automatically install all the requirements by running: pip install -r requirements.txt
You can get the app to run in your local browser by following the steps below.
- The app can be started by running: bash start_app.sh
- The app can then be accessed by navigating to http://127.0.0.1:5000/
- Type the following in your terminal when using windows CMD: set FLASK_ENV=development OR when using windows powershell: $env:FLASK_ENV=development
- Followed by: python run.py
- The app can then be accessed by navigating to http://127.0.0.1:5000/