Show More
@@ -1,6 +1,7 b'' | |||
|
1 | 1 | { |
|
2 | 2 | "metadata": { |
|
3 | "name": "" | |
|
3 | "name": "", | |
|
4 | "signature": "sha256:80d852710c872fd0903d077bf8002d332c0e1256e0734573233e92c67684a321" | |
|
4 | 5 | }, |
|
5 | 6 | "nbformat": 3, |
|
6 | 7 | "nbformat_minor": 0, |
@@ -12,14 +13,7 b'' | |||
|
12 | 13 | "level": 1, |
|
13 | 14 | "metadata": {}, |
|
14 | 15 | "source": [ |
|
15 | "Widgets" | |
|
16 | ] | |
|
17 | }, | |
|
18 | { | |
|
19 | "cell_type": "markdown", | |
|
20 | "metadata": {}, | |
|
21 | "source": [ | |
|
22 | "This directory includes a tutorial and collection of examples related to the IPython notebook widget framework." | |
|
16 | "Widget Examples" | |
|
23 | 17 | ] |
|
24 | 18 | }, |
|
25 | 19 | { |
@@ -27,19 +21,17 b'' | |||
|
27 | 21 | "level": 2, |
|
28 | 22 | "metadata": {}, |
|
29 | 23 | "source": [ |
|
30 | "Tutorial" | |
|
24 | "Examples of how to create a custom widget:" | |
|
31 | 25 | ] |
|
32 | 26 | }, |
|
33 | 27 | { |
|
34 | 28 | "cell_type": "markdown", |
|
35 | 29 | "metadata": {}, |
|
36 | 30 | "source": [ |
|
37 | "- [Part 1 - Basics](Part 1 - Basics.ipynb) \n", | |
|
38 |
"- [ |
|
|
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) " | |
|
31 | "- [Variable Inspector](Variable Inspector.ipynb) \n", | |
|
32 | "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n", | |
|
33 | "- [Nonblocking Console](Nonblocking Console.ipynb) \n", | |
|
34 | "- [File Upload Widget](File Upload Widget.ipynb)" | |
|
43 | 35 | ] |
|
44 | 36 | }, |
|
45 | 37 | { |
@@ -47,19 +39,19 b'' | |||
|
47 | 39 | "level": 2, |
|
48 | 40 | "metadata": {}, |
|
49 | 41 | "source": [ |
|
50 | "Examples" | |
|
42 | "Examples using `interact`/`interactive`" | |
|
51 | 43 | ] |
|
52 | 44 | }, |
|
53 | 45 | { |
|
54 | 46 | "cell_type": "markdown", |
|
55 | 47 | "metadata": {}, |
|
56 | 48 | "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 |
" |
|
|
49 | "* [Beat Frequencies](Beat Frequencies.ipynb)\n", | |
|
50 | "* [Exploring Graphs](Exploring Graphs.ipynb)\n", | |
|
51 | "* [Factoring](Factoring.ipynb)\n", | |
|
52 | "* [Image Browser](Image Browser.ipynb)\n", | |
|
53 | "* [Image Processing](Image Processing.ipynb)\n", | |
|
54 | "* [Lorenz](Lorenz.ipynb)" | |
|
63 | 55 | ] |
|
64 | 56 | } |
|
65 | 57 | ], |
General Comments 0
You need to be logged in to leave comments.
Login now