Published
Edited
Jan 23, 2019
Insert cell
Insert cell
view = {
const svg = d3.select(DOM.svg(width, 200))
svg.append('text')
.attr('x', 10)
.attr('y', 20)
return svg.node()
}
Insert cell
update = function(text) {
d3.select(view)
.select('text')
.text(editor)
}
Insert cell
Insert cell
viewof editor = textarea({
width: "100%",
rows: 20,
})
Insert cell
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