Published
Edited
Sep 17, 2019
1 star
Insert cell
Insert cell
Insert cell
mutable x = 1;
Insert cell
x
Insert cell
Insert cell
Insert cell
Insert cell
mutable obj = ({ x: 1 });
Insert cell
obj.x
Insert cell
Insert cell
Insert cell
Insert cell
immutableObj = ({ x: 1 });
Insert cell
immutableObj.x
Insert cell
Insert cell
Insert cell
Insert cell
mutable objToReplace = ({ x: 1 });
Insert cell
objToReplace.x
Insert cell
Insert cell
Insert cell
Insert cell
viewof val1 = html`<input type="range">`
Insert cell
val1
Insert cell
Insert cell
val2 = html`<input type="range">`
Insert cell
val2.value

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