Public
Edited
Insert cell
Insert cell
# Header 1
Insert cell
## Header 2
Insert cell
### Header 3
Insert cell
#### Header 4
Insert cell
Insert cell
Some normal text
Insert cell
A **bold** text
Insert cell
Some _italic_ or *italic* text
Insert cell
Some ***bold and italic*** or **_bold and italic_** text.
Insert cell
Insert cell
Here is inline code `myData[1][2]`
Insert cell
Here is a code fence:
```js
myData[0][2]
myData[1][2]
```
Insert cell
Insert cell
- My item 1
- My item 2
- My item 3
Insert cell
1. My item a
2. My item b
3. My item c
Insert cell
Insert cell
Here is [an example link](https://www.example.com).
Insert cell
Here is [an example link to another notebook](6633b924df67bf69)
Insert cell
Insert cell
Insert cell
![Label](https://picsum.photos/200/300?grayscale)
Insert cell
Insert cell
![Label](https://picsum.photos/500/300?grayscale)
Insert cell
Insert cell
Insert cell
This is <span style="color: salmon"> some colored text </span>.
Insert cell
Insert cell
Insert cell
<style>
h1{
color: skyblue
}
img{
border-color: black;
border-width: 10px;
border-style: solid;
}
</style>
Insert cell
Insert cell
Insert cell
import {imageToDo} from "@clokman/student-blocks"
Insert cell
imageToDo
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