https://github.com/numerous-com/examples
https://github.com/numerous-com/examples
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numerous-com/examples
- Owner: numerous-com
- License: mit
- Created: 2024-01-27T17:05:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T16:25:48.000Z (over 2 years ago)
- Last Synced: 2025-04-02T22:17:00.669Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```