Public
Edited
Dec 14
Insert cell
Insert cell
<style>
.warning: {
font-weight: bold;
}
.warning::before {
content: "Warning: ";
color: red;
font-weight: bold;
}
.warning:lang(nl)::before {
content: "Pas op! ";
}
</style>
Insert cell
<div class="warning">here be dragons</div>
Insert cell
<div class="warning" lang="nl">hier zijn draken</div>
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