##// END OF EJS Templates
Renames and index work
Brian E. Granger -
Show More
1 NO CONTENT: file renamed from examples/Widgets/Tutorials/Part 5 - Alignment.ipynb to examples/Widgets/Tutorials/Alignment.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Tutorials/Part 6 - Custom Widget.ipynb to examples/Widgets/Tutorials/Custom Widgets.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Tutorials/Part 2 - Events.ipynb to examples/Widgets/Tutorials/Events.ipynb
@@ -1,6 +1,7 b''
1 1 {
2 2 "metadata": {
3 "name": ""
3 "name": "",
4 "signature": "sha256:554c73fb7038db942bd25f77ad2217699e1f3fda6535fad67103256dc1beda0b"
4 5 },
5 6 "nbformat": 3,
6 7 "nbformat_minor": 0,
@@ -12,14 +13,14 b''
12 13 "level": 1,
13 14 "metadata": {},
14 15 "source": [
15 "Widgets"
16 "Widget Tutorials"
16 17 ]
17 18 },
18 19 {
19 20 "cell_type": "markdown",
20 21 "metadata": {},
21 22 "source": [
22 "This directory includes a tutorial and collection of examples related to the IPython notebook widget framework."
23 "This directory includes a tutorials related to the IPython notebook widget framework."
23 24 ]
24 25 },
25 26 {
@@ -27,19 +28,14 b''
27 28 "level": 2,
28 29 "metadata": {},
29 30 "source": [
30 "Tutorial"
31 "Interact"
31 32 ]
32 33 },
33 34 {
34 35 "cell_type": "markdown",
35 36 "metadata": {},
36 37 "source": [
37 "- [Part 1 - Basics](Part 1 - Basics.ipynb) \n",
38 "- [Part 2 - Events](Part 2 - Events.ipynb) \n",
39 "- [Part 3 - Placement](Part 3 - Placement.ipynb) \n",
40 "- [Part 4 - Styles](Part 4 - Styles.ipynb) \n",
41 "- [Part 5 - Alignment](Part 5 - Alignment.ipynb) \n",
42 "- [Part 6 - Custom Widget](Part 6 - Custom Widget.ipynb) "
38 "* [Using Interact](Using Interact.ipynb)"
43 39 ]
44 40 },
45 41 {
@@ -47,20 +43,28 b''
47 43 "level": 2,
48 44 "metadata": {},
49 45 "source": [
50 "Examples"
46 "Widgets"
51 47 ]
52 48 },
53 49 {
54 50 "cell_type": "markdown",
55 51 "metadata": {},
56 52 "source": [
57 "- [Variable Inspector](Variable Inspector.ipynb) \n",
58 "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n",
59 "- [Nonblocking Console](Nonblocking Console.ipynb) \n",
60 "- [File Upload Widget](File Upload Widget.ipynb)\n",
61 "- [Interacting with Python code](Interact.ipynb)\n",
62 "- [Interacting with the Lorenz System](Lorenz.ipynb)"
53 "- [Basics](Basics.ipynb) \n",
54 "- [Events](Events.ipynb) \n",
55 "- [Placement](Placement.ipynb) \n",
56 "- [Styles](Styles.ipynb) \n",
57 "- [Alignment](Alignment.ipynb) \n",
58 "- [Custom Widgets](Custom Widgets.ipynb) "
63 59 ]
60 },
61 {
62 "cell_type": "code",
63 "collapsed": false,
64 "input": [],
65 "language": "python",
66 "metadata": {},
67 "outputs": []
64 68 }
65 69 ],
66 70 "metadata": {}
1 NO CONTENT: file renamed from examples/Widgets/Tutorials/Part 3 - Placement.ipynb to examples/Widgets/Tutorials/Placement.ipynb
1 NO CONTENT: file renamed from examples/Widgets/Tutorials/Part 4 - Styles.ipynb to examples/Widgets/Tutorials/Styles.ipynb
General Comments 0
You need to be logged in to leave comments. Login now