Public
Edited
Oct 10, 2023
Paused
4 forks
Importers
17 stars
Insert cell
Insert cell
Insert cell
Insert cell
db = DuckDBClient.of({ aapl, penguins, weather })
Insert cell
<button onclick=${() => exportDuckDB(db, {download: true})}>Download
Insert cell
Inputs.button("Download", {reduce: () => exportDuckDB(db, {download: true})})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof archive = Inputs.file({label: "Exported archive"})
Insert cell
importedDB = importDuckDB(archive ?? FileAttachment("export.zip"))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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