Published
Edited
Oct 8, 2021
2 stars
Insert cell
Insert cell
Insert cell
buzzphrase= import('https://cdn.skypack.dev/buzzphrase@3.1.0?min')
Insert cell
iterations = 3
Insert cell
format = "{i} {a} {v} {N}"
Insert cell
phrase = buzzphrase.get({
format: format ,
iterations: iterations,
});
Insert cell
html`<div class="phrase">${phrase}</div>`
Insert cell
html`<style>
.phrase {
padding: 4px;
color: white;
background-color: black;
font-family: sans-serif;
border-radius: 8px;
margin: 4px;
border: 3px solid red;
}

</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