mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #7891 from minrk/examples
pass on IPython Kernel example notebooks
This commit is contained in:
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…
Reference in New Issue
Block a user