diff --git a/examples/Widgets/Examples/Index.ipynb b/examples/Widgets/Examples/Index.ipynb index 81de033..2839c3d 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,19 +21,17 @@ "level": 2, "metadata": {}, "source": [ - "Tutorial" + "Examples of how to create a custom widget:" ] }, { "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) " + "- [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)" ] }, { @@ -47,19 +39,19 @@ "level": 2, "metadata": {}, "source": [ - "Examples" + "Examples using `interact`/`interactive`" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "- [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)" + "* [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)" ] } ],