Skip to content

Commit 12f4460

Browse files
committed
Add Devin's ipynb
0 parents  commit 12f4460

File tree

3 files changed

+1122
-0
lines changed

3 files changed

+1122
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.html

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Iterators, iterables, and generators
2+
3+
This repo contains the jupyter notebook Devin presented
4+
on iterators and generators at the Madpy meeting on 1/11/2018.
5+
6+
```bash
7+
# Launch the notebook
8+
jupyter notebook generators.ipynb
9+
10+
# Launch the slides
11+
jupyter nbconvert generators.ipynb --to slides --post serve
12+
```

0 commit comments

Comments
 (0)