Skip to content

Commit 6591df9

Browse files
authored
Add example notebooks and notebook docs (#25)
* Document notebook workflow * Add adtech kitchen sink and Looker-style demo notebooks
1 parent c695800 commit 6591df9

3 files changed

Lines changed: 8289 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ SEMANTIC SELECT
9595
FROM sales_v;
9696
```
9797

98+
## Notebooks
99+
100+
Notebooks embed their dependencies via juv metadata.
101+
102+
```bash
103+
uv tool install juv
104+
# or run without install
105+
uvx juv run docs/yardstick_adtech_kitchen_sink.ipynb
106+
uvx juv run docs/yardstick_looker_demo.ipynb
107+
```
108+
109+
These notebooks load the local extension if it exists at:
110+
`build/release/extension/yardstick/yardstick.duckdb_extension`
111+
and fall back to `INSTALL yardstick FROM community`.
112+
98113
## Syntax
99114

100115
### Defining Measures

0 commit comments

Comments
 (0)