Notebooks 2.0 is here.

Published
Edited
Feb 20, 2022
5 forks
2 stars
Insert cell
Insert cell
chart = PieChart(data, {
name: (d) => d.category,
value: (d) => d.quantity,
width,
height: 500,
startAngle: 0,
strokeWidth: 0
})
Insert cell
data = d3.csvParse(`category,quantity
"GHG Emissions",.4
"Renewable Energy",.2
"Energy Use",.2
"Climate Policy",.2`)
Insert cell
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