Published
Edited
Sep 29, 2020
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
raw.replace(/\[\[(.*?)\|(.*?)\]\]/g, '$2')
.replace(/\[(.*?)\]\(\.\/.*?\)+/g, '$1')
.replace(/\*\*(.*?)\*\*.*?/, "[" + url + " '''" + '$1' + "''']")
.replace(/\*\*/g, "'''")
.replace(/\*/g, "''")
+ "\n\n* From " + url + ", accessed " + today + '.'
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
doc = await wtf.fetch(name, lang)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
wtf = {
let wiki = await require('wtf_wikipedia')
let plugin = await require('wtf-plugin-markdown')
wiki.extend(plugin)
return wiki
}
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