{ "metadata": { "name": "", "signature": "sha256:38d053b68b57c8c0c1208833a9449fc02d62f069f4f0088b0cc3d6f95ce7a455" }, "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": [ "Miscellaneous Topics" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Some IPython documentation topics just don't fit well anywhere else." ] }, { "cell_type": "heading", "level": 2, "metadata": {}, "source": [ "Tutorials" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Coming soon." ] }, { "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": [ "from IPython.display import FileLink, display" ], "language": "python", "metadata": {}, "outputs": [], "prompt_number": 1 }, { "cell_type": "code", "collapsed": false, "input": [ "files =!ls *.py\n", "for f in files:\n", " display(FileLink(f))" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "example-demo.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/example-demo.py" ] }, { "html": [ "gui-glut.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/gui-glut.py" ] }, { "html": [ "gui-gtk.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/gui-gtk.py" ] }, { "html": [ "gui-gtk3.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/gui-gtk3.py" ] }, { "html": [ "gui-pyglet.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/gui-pyglet.py" ] }, { "html": [ "gui-qt.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/gui-qt.py" ] }, { "html": [ "gui-tk.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/gui-tk.py" ] }, { "html": [ "gui-wx.py
" ], "metadata": {}, "output_type": "display_data", "text": [ "/Users/bgranger/Documents/Computing/IPython/code/ipython/examples/Miscellaneous/gui-wx.py" ] } ], "prompt_number": 2 } ], "metadata": {} } ] }