Published
Edited
Oct 8, 2021
Insert cell
Insert cell
<a href = "https://en.wikipedia.org/wiki/Hulk">Hulk</a>
Insert cell
page = `<a href = "https://en.wikipedia.org/wiki/Hulk">Hulk</a>`
Insert cell
{
const $ = cheerio.load(page)
return $("a").attr("href")
}
Insert cell
Insert cell
cheerio = require('https://bundle.run/cheerio@1.0.0-rc.2')
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