Public
Edited
Apr 25, 2023
Insert cell
Insert cell
Insert cell
Insert cell
numbers = [1, 2, 12, 4, 2, 24, 2, 32, 2]
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.lineY(numbers)
]
})
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.auto(penguins, {x: "species", y: "culmen_length_mm"})
]
})
Insert cell
Insert cell
Insert cell
Insert cell
import {imageToDo} from "@clokman/student-blocks"
Insert cell
imageToDo
Insert cell
import {openAllLinksInNewTab} from "@clokman/open-all-links-in-new-tab"
Insert cell
openAllLinksInNewTab
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