Published
Edited
Mar 14, 2022
Insert cell
Insert cell
Insert cell
Insert cell
out = html`<div class="output"></div>`
Insert cell
{
out.textContent= `${text}`
}
Insert cell
<style>
.output {
border: 1px solid green;
margin: 4px;
padding: 6px;
background-color: #000;
color: tan;
}
</style>
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