Public
Edited
Dec 23, 2022
Insert cell
Insert cell
"hello 234. what 3. hm"
.split(/\s+\d+\s*\.\s+/g)
.join("\n\n- ")
.split(/\n\n-\s+/g)
Insert cell
"https://twitter.com/izzyz/status/1605800499059384320?s=20&t=HcSL9-Qfx1QpykiLQOQDOQ".match(
/\d+/g
)[0]
Insert cell
"https://artificial-tweeter.onrender.com/smash/1605981535437463554-1606144225271128064?".split(
"/"
)
Insert cell
"1605800499059384320".match(/\d+/g)[0]
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