An Observable notebook consists of cells. **Each cell is a snippet of JavaScript**. You can see (and edit!) the code for any cell by clicking the menu ${menuSvg} in the left margin.`
2*3*7
{
letsum=0;
for(leti=0;i<=100;++i){
sum+=i;
}
returnsum;
}
cellReference=md`## Cell reference`
color="cornflowerblue"
`My favorite color is ${color}.`
html`<span style="background:yellow;">
My favorite language is <i>HTML</i>.
</span>`
md`My favorite language is *Markdown*.`
html`My favorite color is <i style="background:${color};">${color}</i>.`
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.