Public
Edited
Apr 25
Insert cell
Insert cell
data = cars
Insert cell
data
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
viewof range = Inputs.range([3, 8], { label: "cylinders", step: 1 })
Insert cell
filteredCars = cars.filter((car) => (car.cylinders = range))
Insert cell
filteredCars
Type Table, then Shift-Enter. Ctrl-space for more options.

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