Public
Edited
Jun 12, 2023
Insert cell
Insert cell
Insert cell
Insert cell
db = DuckDBClient.of({ aapl, penguins, weather })
Insert cell
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