Public
Edited
Jun 5
2 forks
Insert cell
md`# Untitled`
Insert cell
Insert cell
count = 6
Insert cell
html`<h1>The count is ${count}</h1>

<style>
.rect {
width: 200px;
height: 20px;
background: hsl(${hue}, 100%, 50%);
margin: 10px;
padding: 0 calc(1/${hue})px;
}
</style>
<p>${hue}<sup>o</sup></p>
<div class="rect"></div>
<div class="rect"></div>
`
Insert cell
Insert cell
import {slider} from "@jashkenas/inputs"

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