Published
Edited
Mar 23, 2020
Insert cell
Insert cell
{
let wiki = `'''Tropicana Field''', also commonly known as '''The Trop''', is a domed stadium located in [[St. Petersburg, Florida]], United States`
let doc = wtf(wiki)
return doc.html()
}
Insert cell
Insert cell
Insert cell
Insert cell
wtf.fetch(page, lang).then(doc => doc.html())
Insert cell
Insert cell
Insert cell
Insert cell
wtf = {
let nlp = await require('wtf_wikipedia@latest')
let plugin = await require('wtf-plugin-html')
nlp.extend(plugin)
return nlp
}

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