Back to the main Index
IPython Kernel¶
IPython provides extensions to the Python programming language that make working interactively convenient and efficient. These extensions are implemented in the IPython Kernel and are available in all of the IPython Frontends (Notebook, Terminal, Console and Qt Console) when running this kernel.
Tutorials¶
- [Cell Magics](Cell Magics.ipynb)
- [Script Magics](Script Magics.ipynb)
Examples¶
- [Background Jobs](Background Jobs.ipynb)
Non-notebook examples¶
This directory also contains examples that are regular Python (.py
) files.
%run ../utils/list_pyfiles.ipy
There are also a set of examples that show how to integrate IPython with different GUI event loops:
%run ../utils/list_subdirs.ipy