{ "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 Magics.ipynb)\n", "* [Script Magics](Script Magics.ipynb)\n", "* [Rich Output](Rich Output.ipynb)\n", "* [Custom Display Logic](Custom Display Logic.ipynb)\n", "* [Plotting in the Notebook](Plotting in the Notebook.ipynb)\n", "* [Capturing Output](Capturing Output.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Examples" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* [Background Jobs](Background Jobs.ipynb)\n", "* [Trapezoid Rule](Trapezoid Rule.ipynb)\n", "* [SymPy](SymPy.ipynb)\n", "* [Raw Input in the Notebook](Raw Input in the Notebook.ipynb)\n", "* [Importing Notebooks](Importing Notebooks.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": { "collapsed": false }, "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": { "collapsed": false }, "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.4.3" } }, "nbformat": 4, "nbformat_minor": 0 }