Published
Edited
Jun 27, 2021
Insert cell
Insert cell
values = ["A", "B", "C"]

Insert cell
html`<select>
${values.map(v => {
const option = html`<option>`;
option.textContent = v;
return option;
})}
</select>`


Insert cell
viewof value = html`<input type=range>`

Insert cell
value

Insert cell
source = FileAttachment("flare.json").json()

Insert cell
html`<div id="container1"><h3>TEST OK !</h3></div>`

Insert cell
html`<div id="container2">${source}</div>`

Insert cell
html = htl.html

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