diff --git a/examples/Widgets/Tutorials/Part 5 - Alignment.ipynb b/examples/Widgets/Tutorials/Alignment.ipynb similarity index 100% rename from examples/Widgets/Tutorials/Part 5 - Alignment.ipynb rename to examples/Widgets/Tutorials/Alignment.ipynb diff --git a/examples/Widgets/Tutorials/Part 6 - Custom Widget.ipynb b/examples/Widgets/Tutorials/Custom Widgets.ipynb similarity index 100% rename from examples/Widgets/Tutorials/Part 6 - Custom Widget.ipynb rename to examples/Widgets/Tutorials/Custom Widgets.ipynb diff --git a/examples/Widgets/Tutorials/Part 2 - Events.ipynb b/examples/Widgets/Tutorials/Events.ipynb similarity index 100% rename from examples/Widgets/Tutorials/Part 2 - Events.ipynb rename to examples/Widgets/Tutorials/Events.ipynb diff --git a/examples/Widgets/Tutorials/Index.ipynb b/examples/Widgets/Tutorials/Index.ipynb index 81de033..2ba84fb 100644 --- a/examples/Widgets/Tutorials/Index.ipynb +++ b/examples/Widgets/Tutorials/Index.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:554c73fb7038db942bd25f77ad2217699e1f3fda6535fad67103256dc1beda0b" }, "nbformat": 3, "nbformat_minor": 0, @@ -12,14 +13,14 @@ "level": 1, "metadata": {}, "source": [ - "Widgets" + "Widget Tutorials" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "This directory includes a tutorial and collection of examples related to the IPython notebook widget framework." + "This directory includes a tutorials related to the IPython notebook widget framework." ] }, { @@ -27,19 +28,14 @@ "level": 2, "metadata": {}, "source": [ - "Tutorial" + "Interact" ] }, { "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) " + "* [Using Interact](Using Interact.ipynb)" ] }, { @@ -47,20 +43,28 @@ "level": 2, "metadata": {}, "source": [ - "Examples" + "Widgets" ] }, { "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)" + "- [Basics](Basics.ipynb) \n", + "- [Events](Events.ipynb) \n", + "- [Placement](Placement.ipynb) \n", + "- [Styles](Styles.ipynb) \n", + "- [Alignment](Alignment.ipynb) \n", + "- [Custom Widgets](Custom Widgets.ipynb) " ] + }, + { + "cell_type": "code", + "collapsed": false, + "input": [], + "language": "python", + "metadata": {}, + "outputs": [] } ], "metadata": {} diff --git a/examples/Widgets/Tutorials/Part 3 - Placement.ipynb b/examples/Widgets/Tutorials/Placement.ipynb similarity index 100% rename from examples/Widgets/Tutorials/Part 3 - Placement.ipynb rename to examples/Widgets/Tutorials/Placement.ipynb diff --git a/examples/Widgets/Tutorials/Part 4 - Styles.ipynb b/examples/Widgets/Tutorials/Styles.ipynb similarity index 100% rename from examples/Widgets/Tutorials/Part 4 - Styles.ipynb rename to examples/Widgets/Tutorials/Styles.ipynb