{ "metadata": { "name": "", "signature": "sha256:b0cbc510e3a2cd2333bc169f96a4e2e29d892cef880222c00f53b067f2d4f257" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Back to the main [Index](../Index.ipynb)" ] }, { "cell_type": "heading", "level": 1, "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": "heading", "level": 2, "metadata": {}, "source": [ "Tutorials" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* [Cell Magics](Cell Magics.ipynb)\n", "* [Script Magics](Script Magics.ipynb)" ] }, { "cell_type": "heading", "level": 2, "metadata": {}, "source": [ "Examples" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "* [Background Jobs](Background Jobs.ipynb)" ] }, { "cell_type": "heading", "level": 2, "metadata": {}, "source": [ "Non-notebook examples" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This directory also contains examples that are regular Python (`.py`) files." ] }, { "cell_type": "code", "collapsed": false, "input": [ "%run ../utils/list_pyfiles.ipy" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "example-demo.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/example-demo.py" ] }, { "html": [ "ipython-get-history.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/IPython Kernel/ipython-get-history.py" ] } ], "prompt_number": 1 }, { "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", "collapsed": false, "input": [ "%run ../utils/list_subdirs.ipy" ], "language": "python", "metadata": {}, "outputs": [ { "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
" ], "metadata": {}, "output_type": "display_data", "text": [ "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" ] } ], "prompt_number": 2 } ], "metadata": {} } ] }