Published
Edited
Jan 7, 2022
Insert cell
# JSON lines import
Insert cell
Insert cell
dataJSON = await d3.json(
"https://gist.githubusercontent.com/aborruso/a5df06b26a380a6eaee4c91cb9fae5bb/raw/5e6ee99294e52f7b03a54e4af0f871d2dc2a873c/input.json"
)
Insert cell
## Import JSON Lines
Insert cell
dataJSONLines = await d3.json(
"https://gist.githubusercontent.com/aborruso/27d37fc9cf4feddfa3fa534b879a7ec6/raw/1860c2f6f1757fad070312d09dab5f0577c8b64d/input.jsonl"
)
Insert cell
d3 = require("d3@5")
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