Published
Edited
Feb 5, 2018
Importers
1 star
Insert cell
Insert cell
output = {
const container = DOM.element('div')
ReactDOM.render(app, container)
return container
}
Insert cell
app = Hello({ to: 'World' })
Insert cell
Hello = ({ to }) => React.createElement('marquee', null, `Hello ${to}`)
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