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

https://github.com/numerous-com/examples


https://github.com/numerous-com/examples

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Examples

Examples to get you started on your Numerous journey.

Install dependencies by running ```pip install -r requirements.txt```

To run the examples go to the folder of the example you want to run and use the following commands:

**Marimo**
```marimo run app.py```
```marimo edit app.py```

**Plotly-Dash**
```python3 app.py```

**Streamlit**
```streamlit run app.py```