803 B
803 B
Watt42: Template for a View App using Panel Views
Introduction
Use this template together with Watt42's viewlib.
How to Run
- Make sure you've got poetry installed. You can install it by running the below (on MacOS/Linux), or check installation instructions:
curl -sSL https://install.python-poetry.org | python3 -
- Install dependencies using Poetry:
poetry install
- Run the View app locally (replace
YOUR_IDandYOUR_TOKENwith your actual Watt42 System ID and API Token):
WATT42_SYSTEM_ID=YOUR_ID WATT42_API_TOKEN=YOUR_TOKEN poetry run panel serve main.py --port 5050