Merge pull request #7891 from minrk/examples

pass on IPython Kernel example notebooks
Thomas Kluyver 11 years ago
commit 58b6d447d8

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