This project was bootstrapped with wave init command.
Make sure you have activated a Python virtual environment with h2o-wave installed.
If you haven't created a python env yet, simply run the following command (assuming Python 3.7 is installed properly).
For MacOS / Linux:
python3 -m venv venv
source venv/bin/activate
pip install h2o-waveFor Windows:
python3 -m venv venv
venv\Scripts\activate
pip install h2o-waveOnce the virtual environment is setup and active, run:
wave run app.pyWhich will start a Wave app at http://localhost:10101.
If you prefer learning by doing, you can run wave fetch command that will download all the existing small Python examples that show Wave in action. The best part is that all these examples are interactive, meaning you can edit their code directly within the browser and observe the changes.
To learn more about H2O Wave, check out the docs.