Notebooks 2.0 is here.

Public
Edited
Feb 20, 2024
Insert cell
Insert cell
import { vl } from "@vega/vega-lite-api-v5"
Insert cell
vl.markGeoshape().data(vl.json(dc_zip)).render()
Insert cell
metro = FileAttachment("Metro_Stations_Regional.geojson").json()
Insert cell
dc_zip = FileAttachment("Zip_Codes.geojson").json()
Insert cell
dc_wards = FileAttachment(
"ACS_Demographic_Characteristics_DC_Ward.geojson"
).json()
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