mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-03 03:41:14 +08:00
pass on IPython Kernel example notebooks
- Python 3 fixes - add `%matplotlib notebook` to plotting example - various copy-editing
This commit is contained in:
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…
Reference in New Issue
Block a user