Published
Edited
Jun 5, 2022
Insert cell
# Testing HTML and HTL.html
Insert cell
one = htl.html`<canvas height="100" width="300"></canvas>`
Insert cell
two = html`<canvas height="100" width="300"></canvas>`

Insert cell
oneCTX = one.getContext("2d")
Insert cell
twoCTX = two.getContext("2d")
Insert cell
df= htl.html.fragment`<div>hello world</div>`
Insert cell
htl.html`<strong>${df}</strong>`
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