Public
Edited
Jan 10
5 forks
1 star
Insert cell
Insert cell
Insert cell
1 + 2
Insert cell
Insert cell
num = 1 + 2
Insert cell
num * 4
Insert cell
Insert cell
newNum = {
const a = 5;
const b = 6;
return a * b;
}
Insert cell
newNum * 2
Insert cell
Insert cell
<p>This is <b>HTML</b></p>
Insert cell
<svg width="200" height="100">
<rect fill="red" width="200" height="100">
</svg>
Insert cell
This **Markdown**
Insert cell
Insert cell
md`This is also *Markdown*`
Insert cell
tex`E = mc^2`
Insert cell
Insert cell
b = a * 2
Insert cell
a = 30
Insert cell
Insert cell
viewof radius = Inputs.range([0, 100], {label: "Radius", step: 1})
Insert cell
radius
Insert cell
viewof color = Inputs.color({label: "Color", value: "#4682b4"})
Insert cell
<svg width="200" height="200">
<circle
cx=100
cy=100
r=${radius}
fill=${color}
/>
</svg>
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more