Published
Edited
Jul 10, 2020
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
first
Insert cell
Insert cell
second
Insert cell
select_1 = html`<select> Choissisez votre ville ${list
.sort()
.map(c => `<option value=${c.replace(' ', '_')}>${c}</option>`)}
</select>`
Insert cell
select_2 = html`<select>${list
.sort()
.map(c => `<option value=${c.replace(' ', '_')}>${c}</option>`)}
</select>`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3 = require("d3@5", "d3-delaunay@^5.1")
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