Public
Edited
Apr 10, 2023
Insert cell
Insert cell
jQuery = require("jquery")
Insert cell
list = fetch("https://www.nhac.org/news/HIDTA_Counties.htm")
Insert cell
list
Insert cell
request = {
function request(url, options = {}) {
return new Request(url, options)
}
['get', 'put', 'patch', 'post', 'delete'].forEach((method) => {
request[method] = function(url, options = {}) {
return request(url, Object.assign(options, { method }))
}
})
return request
}
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