Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 893 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 893 Bytes

Welcome to repository of the Panel Simulation App Template for Numerous

This repository contains the Panel Simulation App Template. It was created by the Numerous team to be used as a template for creating new simulation apps through the Numerous platform.

To deploy this app you can go to the Numerous Platform and click create new app and select the simulation app template.

To download the app after you have created it on the Numerous Platform, you can click install the Numerous CLI with:

pip install numerous

and then run:

numerous download -o <your organization> -a <app slug>

Alternatively, you can clone this repository continue working on it, before pushing it to the Numerous Platform.

Local Development

To run the app locally, you can run the following command:

pip install .
panel serve app.py