Skip to content

A app template for a simulation app with inputs, start/stop buttons, progress bar and csv download.

License

Notifications You must be signed in to change notification settings

numerous-com/panel-simulation-app-template

Repository files navigation

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

About

A app template for a simulation app with inputs, start/stop buttons, progress bar and csv download.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published