Published
Edited
Apr 21, 2020
1 fork
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3 = require("d3-array@1", "d3-color@1", "d3-scale-chromatic@^1.4.0")
Insert cell
Insert cell
forecast_cells = (await FileAttachment("big.json").text())
.split(/\n/)
.filter(v => v != '')
.map(v => v.split(/,/))
Insert cell
h3 = require('h3-js')
Insert cell
L = require('leaflet@1.2.0')
Insert cell
html`<link href='${resolve(
'leaflet@1.2.0/dist/leaflet.css'
)}' rel='stylesheet' />`
Insert cell
import { slider } from "@jashkenas/inputs"
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