Published
Edited
Oct 22, 2021
Insert cell
Insert cell
Insert cell
Insert cell
// will fail - CORS problem
fetch(url)
Insert cell
Insert cell
import { fetchp } from "@tomlarkworthy/fetchp"
Insert cell
fetchp(url)
Insert cell
data = {
const res = await fetchp(url);
const source = await res.text();
return d3.csvParse(source);
}
Insert cell
viewof table = Inputs.table(data, {})
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