pass on IPython Kernel example notebooks

- Python 3 fixes
- add `%matplotlib notebook` to plotting example
- various copy-editing
pull/37/head
Min RK 11 years ago
parent 148a5da3c2
commit ea2ed412dd

@ -3,4 +3,5 @@
from IPython.display import FileLinks, display
dirs =!ls -d */
for d in dirs:
display(FileLinks(d))
if d != '__pycache__/':
display(FileLinks(d))
Loading…
Cancel
Save