We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a69add commit 17aa3eeCopy full SHA for 17aa3ee
1 file changed
slides/README.md
@@ -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