Public
Edited
Jan 4
Insert cell
Insert cell
data = FileAttachment("penguins.csv").csv({typed: true})
Insert cell
hearings = [{date: "2018-03-08T08:00:00.000Z"}]
Insert cell
foo = fetch("http://localhost:8080/api/project/656920ccadcb483f4161a1c3?apiKey=f40dba24-3ba1-4524-ae99-77b8ec31db6f", {mode: 'no-cors'}).then(res => console.log(res))
Insert cell
viewof bins = Inputs.range([3, 20], {step: 1, label: "Bins"})
Insert cell
Plot.plot({
marks: [
Plot.ruleY([0]),
Plot.rectY(data, Plot.binX({y: "sum"}, {x: "flipper_length_mm", thresholds: bins}))
]
})
Insert cell
Select a data source…
Type SQL, 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