pass on IPython Kernel example notebooks

- Python 3 fixes
- add `%matplotlib notebook` to plotting example
- various copy-editing
This commit is contained in:
Min RK 2015-02-27 09:04:18 -08:00
parent 148a5da3c2
commit ea2ed412dd

View File

@ -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))