Public
Edited
Oct 13, 2022
Insert cell
# Good Morning Rob
Insert cell
x = 100
Insert cell
y = 100
Insert cell
radius = 50
Insert cell
color = "red"
Insert cell
__image = html`
<svg width="200px" height = "200px" style="background-color: #eee;">
<circle r="${radius}" cx="${x}" cy="${y}" fill="${color}"/>
</svg>
`
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