{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Back to the main [Index](../Index.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# IPython Kernel"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Tutorials"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Cell Magics](Cell%20Magics.ipynb)\n",
"* [Script Magics](Script%20Magics.ipynb)\n",
"* [Rich Output](Rich%20Output.ipynb)\n",
"* [Custom Display Logic](Custom%20Display%20Logic.ipynb)\n",
"* [Plotting in the Notebook](Plotting%20in%20the%20Notebook.ipynb)\n",
"* [Capturing Output](Capturing%20Output.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [Background Jobs](Background%20Jobs.ipynb)\n",
"* [Trapezoid Rule](Trapezoid%20Rule.ipynb)\n",
"* [SymPy](SymPy.ipynb)\n",
"* [Raw Input in the Notebook](Raw%20Input%20in%20the%20Notebook.ipynb)\n",
"* [Importing Notebooks](Importing%20Notebooks.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Non-notebook examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This directory also contains examples that are regular Python (`.py`) files."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"example-demo.py
"
],
"text/plain": [
"/Users/minrk/dev/ip/mine/examples/IPython Kernel/example-demo.py"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"ipython-get-history.py
"
],
"text/plain": [
"/Users/minrk/dev/ip/mine/examples/IPython Kernel/ipython-get-history.py"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%run ../utils/list_pyfiles.ipy"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"There are also a set of examples that show how to integrate IPython with different GUI event loops:"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"data/
\n",
" flare.json
"
],
"text/plain": [
"data/\n",
" flare.json"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"gui/
\n",
" gui-glut.py
\n",
" gui-gtk.py
\n",
" gui-gtk3.py
\n",
" gui-pyglet.py
\n",
" gui-qt.py
\n",
" gui-tk.py
\n",
" gui-wx.py
"
],
"text/plain": [
"gui/\n",
" gui-glut.py\n",
" gui-gtk.py\n",
" gui-gtk3.py\n",
" gui-pyglet.py\n",
" gui-qt.py\n",
" gui-tk.py\n",
" gui-wx.py"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%run ../utils/list_subdirs.ipy"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0"
}
},
"nbformat": 4,
"nbformat_minor": 1
}