Public
Edited
Nov 18, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Basic text formatting includes *italics*, **bold**, and ~~strikethrough~~.

You can also *put one **inside** the other!*

Paragraphs are separated by blank lines.
Insert cell
---
👆 *Tip: Three dashes make a horizontal divider!*
Insert cell
Insert cell
- Item 1
- Sub-item 1
- Sub-sub-item 1
- Sub-sub-item 2
* Item 2
* Item 3
Insert cell
Insert cell
1. Item 1
1. Sub-item 1
1. Sub-sub-item 1
1. Sub-sub-item 2
1. Item 2
1. Item 3
Insert cell
Insert cell
Insert cell
# Heading 1
Insert cell
## Heading 2
Insert cell
### Heading 3
Insert cell
#### Heading 4
Insert cell
##### Heading 5
Insert cell
Insert cell
Insert cell
URLs will automatically turn into links: https://observablehq.com/

https://www.google.co.uk

But you can also [add a link.](https://google.com/)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Inline code: `x = 10`, the rest of the sentence

Basic code block:
```
let x = 10;
let y = x * 2;
```

Code block with syntax highlighting:
```python
let x = 10;
let y = x * 2;
```
Insert cell
Insert cell
You can add an inline variable or JavaScript expression like this:

My favorite number is ${favNumber}, and `2 × ${favNumber}` is equal to **${favNumber * 2}!**
Insert cell
viewof favNumber = Inputs.range([0, 100], {label: "Favorite number", value: 29, step: 1})
Insert cell
Insert cell
You can write formulas inline: ${tex`a^2 + b^2 = c^2`}
Insert cell
Insert cell
x = {{-b \pm \sqrt{b^2 - 4ac}} \over 2a}
Insert cell
Insert cell
Insert cell
Column 1 | Column 2 | Column 3
-------- | -------- | --------
Cell 1-1 | Cell 2-1 | Cell 3-1
Cell 1-2 | Cell 2-2 | Cell 3-2
Insert cell
Insert cell
Column 1 | Column 2 | Column 3
:-- | :-: | --:
Cell 1-1 | Cell 2-1 | Cell 3-1
Cell 1-2 | Cell 2-2 | Cell 3-2
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