Published
Edited
Jun 13, 2020
1 star
Insert cell
md`# Mutable`
Insert cell
initial_x = 10
Insert cell
mutable_x = new Mutable(initial_x)
Insert cell
x = mutable_x.generator
Insert cell
{
mutable_x.value = 20
}
Insert cell
mutable_x.value
Insert cell
x
Insert cell
z = 10
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