An open API service indexing awesome lists of open source software.

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.

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
```