Using duckdb #11
Answered
by
mbostock
jakoblistabarth
asked this question in
Q&A
-
I would like to use a duckdb client in a local notebook. When downloading this simple notebook via |
Beta Was this translation helpful? Give feedback.
Answered by
mbostock
Jul 30, 2025
Replies: 1 comment
-
I dunno; it worked for me. Did you wait for DuckDB-Wasm to load? It’s big. ![]() I’d migrate the cells to vanilla JavaScript and use Inputs.table to render the table, probably: ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jakoblistabarth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dunno; it worked for me. Did you wait for DuckDB-Wasm to load? It’s big.
I’d migrate the cells to vanilla JavaScript and use Inputs.table to render the table, probably: