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