We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce1679 commit 90bbf23Copy full SHA for 90bbf23
1 file changed
docs/getting-started.qmd
@@ -12,18 +12,10 @@ uv add sidemantic
12
13
## Workbench
14
15
-Try the interactive workbench locally:
+Try the interactive workbench with demo data (no installation required):
16
17
```bash
18
-sidemantic workbench examples/
19
-```
20
-
21
-Or explore with Marimo notebooks:
22
23
-```bash
24
-git clone https://github.com/sidequery/sidemantic
25
-cd sidemantic
26
-uv run marimo run examples/demo.py
+uvx sidemantic workbench --demo
27
```
28
29
See [Workbench](workbench.qmd) for more details on the interactive TUI.
0 commit comments