Skip to content

Commit ad0c1cc

Browse files
authored
Add testing notebook to repo (#7)
1 parent 0e31d81 commit ad0c1cc

4 files changed

Lines changed: 3809 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This folder contains a Marimo notebook that can be used to test your integration with the Voltus API.
2+
3+
The notebook is visible from https://api.voltus.co/docs/tutorials/test-your-dispatch-integration and is visible in Marimo's molab.
4+
5+
To run locally, install uv and run:
6+
7+
```
8+
uv run marimo edit test-your-dispatch-integration.py --watch
9+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[project]
2+
name = "test-your-dispatch-integration"
3+
version = "1.0.0"
4+
description = "Marimo notebook for testing Voltus API integrations"
5+
readme = "README.md"
6+
requires-python = ">=3.11"
7+
dependencies = [
8+
"marimo[recommended]>=0.23.11",
9+
"numpy>=2.4.6",
10+
"pandas>=3.0.3",
11+
"python-dateutil>=2.9.0.post0",
12+
"pytz>=2026.2",
13+
]

0 commit comments

Comments
 (0)