Published
Edited
Dec 1, 2020
Insert cell
Insert cell
people = d3.json(url_transform(url_base + 'people/'))
Insert cell
films = d3.json(url_transform(url_base + 'films/'))
Insert cell
d3.json(url_transform(url_base))
Insert cell
Insert cell
function url_transform(url_to_add) {
return 'https://cors-anywhere.herokuapp.com/' + url_to_add;
}
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