Public
Edited
Sep 16, 2023
Insert cell
Insert cell
<svg width="100px" height="100px">
<rect x="10" y="10" width="80" height="80" fill="#f7f3d1">
<animate attributeName="width" from="80" to="40" dur="1s" begin="0s" repeatCount="indefinite"/>
<animate attributeName="height" from="80" to="40" dur="1s" begin="0s" repeatCount="indefinite"/>
<animate attributeName="fill" values="#f7f3d1;#f7d1d1;#d1f7d1;#d1d1f7;#f7f3d1" dur="5s" begin="0s" repeatCount="indefinite"/>
</rect>
</svg>
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