https://github.com/numerous-com/panel-simulation-app-template
A app template for a simulation app with inputs, start/stop buttons, progress bar and csv download.
https://github.com/numerous-com/panel-simulation-app-template
Last synced: 4 months ago
JSON representation
A app template for a simulation app with inputs, start/stop buttons, progress bar and csv download.
- Host: GitHub
- URL: https://github.com/numerous-com/panel-simulation-app-template
- Owner: numerous-com
- License: mit
- Created: 2024-08-06T09:25:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:38:09.000Z (over 1 year ago)
- Last Synced: 2025-10-27T02:40:32.079Z (8 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://numerous.com/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:
```bash
pip install numerous
```
and then run:
```bash
numerous download -o -a
```
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:
```bash
pip install .
panel serve app.py
```