Public
Edited
Oct 24, 2024
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
db = DuckDBClientKL.of()
Insert cell
Insert cell
xtermCSS = html`<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@5.1.0/css/xterm.min.css">`
Insert cell
Insert cell
version = '1.28.0'
Insert cell
Insert cell
Insert cell
{
while (wasm_shell.firstChild) {
wasm_shell.removeChild(wasm_shell.firstChild);
}
const bg = await fetch(`https://cdn.jsdelivr.net/npm/@duckdb/duckdb-wasm-shell@${version}/dist/shell_bg.wasm`)
await wasm.embed({
shellModule: bg.arrayBuffer(),
container: wasm_shell,
resolveDatabase: async () => {return db.db();}
})
}
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more