Public
Edited
Apr 6, 2023
Insert cell
Insert cell
data = FileAttachment("baby_names.csv").csv({typed: true})
Insert cell
Insert cell
viewof form = Inputs.form({
option1: Inputs.checkbox(["A", "B"], { label: "Select some" }),
option2: Inputs.range([0, 100], { label: "Amount", step: 1 }),
option3: Inputs.radio(["A", "B"], { label: "Select one" }),
option4: Inputs.select(["Male", "Female"], { label: "Select one" })
})
Insert cell
Inputs.table(search, {
format: {
Year: d3.format("d") // format as "1960" rather than "1,960"
}
})
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