Published
Edited
May 28, 2021
1 star
Insert cell
Insert cell
import('https://cdn.skypack.dev/@wcd/a10k.ohq-render@1.4.0')
Insert cell
Insert cell
html`<ohq-render>
a = 1
b = 2
c = a + b
now
</ohq-render>`
Insert cell
Insert cell
html`<ohq-render>
viewof sample = html\`&lt;input>\`
"Value of sample is: "+(sample||"Not entered")
</ohq-render>`
Insert cell
Insert cell
html`<ohq-render>
chart
import { chart, viewof year } from 'https://api.observablehq.com/@mbostock/phases-of-the-moon.js?v=3'
</ohq-render>`
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