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

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