Published
Edited
Apr 10, 2021
Importers
Insert cell
Insert cell
Insert cell
Insert cell
inflateJsonAttachment = async attachment =>
JSON.parse(await inflateFileAttachment(attachment))
Insert cell
inflateFileAttachment = async attachment =>
pako.inflate(await attachment.arrayBuffer(), { to: 'string' })
Insert cell
// pako = import('https://cdn.skypack.dev/pako')
pako = import('https://cdn.skypack.dev/pin/pako@v2.0.3-vRJ0zjXvu4fE079pu1Wr/mode=imports,min/optimized/pako.js')
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