##// END OF EJS Templates
Adding lists of .py examples and notes about more "Coming soon."
Adding lists of .py examples and notes about more "Coming soon."

File last commit:

r16133:3a3255e4
r16133:3a3255e4
Show More
Index.ipynb
193 lines | 4.4 KiB | text/plain | TextLexer
No description has been provided for this image

Back to the main Index

Miscellaneous Topics

Some IPython documentation topics just don't fit well anywhere else.

Tutorials

Coming soon.

Examples

  • [Background Jobs](Background Jobs.ipynb)

Non-notebook examples

This directory also contains examples that are regular Python (.py) files.

In [1]:
from IPython.display import FileLink, display
In [2]:
files =!ls *.py
for f in files:
    display(FileLink(f))