Published unlisted
Edited
Feb 6, 2019
2 stars
Insert cell
Insert cell
Insert cell
parser = require('@observablehq/parser') // 😞
Insert cell
Insert cell
parserMine = require('https://iamprettydamn.cool/parser.js') // hosted the dist/parser.js output on my site
Insert cell
cellA = parserMine.parseCell('a = 45')
Insert cell
cellB = parserMine.parseCell(`
b = {
const r = await fetch('https://api.github.com/emojis').then(r=>r.json())
yield r.goat
}
`)
Insert cell
cellC = parserMine.parseCell(`viewof c = DOM.input('text')`)
Insert cell
Insert cell
Insert cell
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