Skip to content

Commit 17aa3ee

Browse files
Add a simple readme on how to generate/view slides.
1 parent 5a69add commit 17aa3ee

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

slides/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The slides are in markdown files in this directory.
2+
3+
Install jupytext https://jupytext.readthedocs.io/) and RISE
4+
(https://rise.readthedocs.io/) to view the slides.
5+
6+
Once those are installed, you can open up the markdown files just as you would
7+
a jupyter notebook. You may also convert the markdown to proper notebook files using
8+
9+
```
10+
jupytext --to ipynb 01_intro.md
11+
```
12+
13+
This will generate a `01_intro.ipynb` file.

0 commit comments

Comments
 (0)