Published
Edited
Jun 24, 2021
5 forks
7 stars
Insert cell
Insert cell
Insert cell
slide.md`# This is my first slide

- One bullet
- Two bullets
`
Insert cell
notes.md`
This is what you should see in notes describing the first slide.

You can talk about the first bullet.

Or maybe you should talk about the second bullet.

Don't forget to stand up straight.
`
Insert cell
slide.md`# This is my second slide

- More claims
- Maybe I’ll back them up
`
Insert cell
notes.md`
Evidence is for scientists.

Are you standing up straight?
`
Insert cell
Insert cell
<style>
/*
some extra styling to make it my own
I personally use the built-in serif fonts on Observable, but Roboto is popular...
*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
.slide {
/* font-family: Roboto, sans-serif; */
}
</style>
Insert cell
style
Insert cell
import { slide, notes, style, keyBindings } from '@visnup/slides'
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