Public
Edited
Jun 19, 2023
15 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Plot.line(emissionsCountry, {
y: "co2_per_capita",
x: "year",
tip: true
}).plot()
Insert cell
Insert cell
Insert cell
emissionsCountry = emissions[country].data
Insert cell
emissions = (
await fetch(
"https://nyc3.digitaloceanspaces.com/owid-public/data/co2/owid-co2-data.json"
)
).json()
Insert cell
import { toc } from "@nebrius/indented-toc"
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