Public
Edited
May 25, 2024
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
compressed = flate[compmethod.enc](input)
Insert cell
compressedAsBytes = Uint8Array.from(atob(compressed), c => c.charCodeAt(0))
Insert cell
compressedAsHex = [...compressedAsBytes].map(c => c.toString(16).padStart(2, '0')).join('')
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