Published
Edited
May 5, 2021
Insert cell
html`<h1>income chart</h1>
<h3>Starter Notebook</h3>
Fork this notebook to change values and make your own graphs!
<br/>
A notebook makes it easy to:
<ul>
<li>add context to code</li>
<li>organize and format your report</li>
<li>write lists</li>
</ul>

You can write in HTML`
Insert cell
md`or **Markdown**, which works [like this](https://www.markdownguide.org/basic-syntax)`
Insert cell
38239 * 39311
Insert cell
// the answer to a JavaScript one-liner appears above
Math.sqrt(392100)
Insert cell
{
// ObservableHQ likes to include longer code in { }
// don't worry about this so much
let v= 303;
return v * 2;
}
Insert cell
Insert cell
Insert cell
container1 = html`<div id="container1"></div>`
Insert cell
Insert cell
Insert cell
Insert cell
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