/h2o_wave_spotify_eda

H2O Wave Demo App - Spotify EDA

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

H2O Wave Demo App - Spotify EDA

Blog Post

Local Development

  1. Optionally create a new Python3 virtual environment for this project
python3 -m venv venv
source ./venv/bin/activate
  1. Install the python dependencies
pip install -r requirements.txt
  1. Start the app (and Wave server automatically)
wave run src.app
  1. View the app by navigating to localhost:10101