From bee0a9a1e64b524dc450757ba5245af892dd10da Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Tue, 11 Mar 2014 13:30:29 -0700 Subject: [PATCH] Updating widgets/example/index --- examples/Widgets/Examples/Index.ipynb | 58 ++++++++++++--------------- 1 file changed, 25 insertions(+), 33 deletions(-) diff --git a/examples/Widgets/Examples/Index.ipynb b/examples/Widgets/Examples/Index.ipynb index 81de033c4..2839c3dc4 100644 --- a/examples/Widgets/Examples/Index.ipynb +++ b/examples/Widgets/Examples/Index.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:80d852710c872fd0903d077bf8002d332c0e1256e0734573233e92c67684a321" }, "nbformat": 3, "nbformat_minor": 0, @@ -12,14 +13,7 @@ "level": 1, "metadata": {}, "source": [ - "Widgets" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This directory includes a tutorial and collection of examples related to the IPython notebook widget framework." + "Widget Examples" ] }, { @@ -27,27 +21,7 @@ "level": 2, "metadata": {}, "source": [ - "Tutorial" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "- [Part 1 - Basics](Part 1 - Basics.ipynb) \n", - "- [Part 2 - Events](Part 2 - Events.ipynb) \n", - "- [Part 3 - Placement](Part 3 - Placement.ipynb) \n", - "- [Part 4 - Styles](Part 4 - Styles.ipynb) \n", - "- [Part 5 - Alignment](Part 5 - Alignment.ipynb) \n", - "- [Part 6 - Custom Widget](Part 6 - Custom Widget.ipynb) " - ] - }, - { - "cell_type": "heading", - "level": 2, - "metadata": {}, - "source": [ - "Examples" + "Examples of how to create a custom widget:" ] }, { @@ -57,9 +31,27 @@ "- [Variable Inspector](Variable Inspector.ipynb) \n", "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n", "- [Nonblocking Console](Nonblocking Console.ipynb) \n", - "- [File Upload Widget](File Upload Widget.ipynb)\n", - "- [Interacting with Python code](Interact.ipynb)\n", - "- [Interacting with the Lorenz System](Lorenz.ipynb)" + "- [File Upload Widget](File Upload Widget.ipynb)" + ] + }, + { + "cell_type": "heading", + "level": 2, + "metadata": {}, + "source": [ + "Examples using `interact`/`interactive`" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "* [Beat Frequencies](Beat Frequencies.ipynb)\n", + "* [Exploring Graphs](Exploring Graphs.ipynb)\n", + "* [Factoring](Factoring.ipynb)\n", + "* [Image Browser](Image Browser.ipynb)\n", + "* [Image Processing](Image Processing.ipynb)\n", + "* [Lorenz](Lorenz.ipynb)" ] } ],