Show More
@@ -1,108 +1,108 b'' | |||||
1 | { |
|
1 | { | |
2 | "cells": [ |
|
2 | "cells": [ | |
3 | { |
|
3 | { | |
4 | "cell_type": "markdown", |
|
4 | "cell_type": "markdown", | |
5 | "metadata": {}, |
|
5 | "metadata": {}, | |
6 | "source": [ |
|
6 | "source": [ | |
7 | "<img src=\"../images/ipython_logo.png\">" |
|
7 | "<img src=\"../images/ipython_logo.png\">" | |
8 | ] |
|
8 | ] | |
9 | }, |
|
9 | }, | |
10 | { |
|
10 | { | |
11 | "cell_type": "markdown", |
|
11 | "cell_type": "markdown", | |
12 | "metadata": {}, |
|
12 | "metadata": {}, | |
13 | "source": [ |
|
13 | "source": [ | |
14 | "Back to the main [Index](../Index.ipynb)" |
|
14 | "Back to the main [Index](../Index.ipynb)" | |
15 | ] |
|
15 | ] | |
16 | }, |
|
16 | }, | |
17 | { |
|
17 | { | |
18 | "cell_type": "markdown", |
|
18 | "cell_type": "markdown", | |
19 | "metadata": {}, |
|
19 | "metadata": {}, | |
20 | "source": [ |
|
20 | "source": [ | |
21 | "# Interactive Widgets" |
|
21 | "# Interactive Widgets" | |
22 | ] |
|
22 | ] | |
23 | }, |
|
23 | }, | |
24 | { |
|
24 | { | |
25 | "cell_type": "markdown", |
|
25 | "cell_type": "markdown", | |
26 | "metadata": {}, |
|
26 | "metadata": {}, | |
27 | "source": [ |
|
27 | "source": [ | |
28 | "IPython includes an architecture for interactive widgets that tie together Python code running in the kernel and JavaScript/HTML/CSS running in the browser. These widgets enable users to explore their code and data interactively." |
|
28 | "IPython includes an architecture for interactive widgets that tie together Python code running in the kernel and JavaScript/HTML/CSS running in the browser. These widgets enable users to explore their code and data interactively." | |
29 | ] |
|
29 | ] | |
30 | }, |
|
30 | }, | |
31 | { |
|
31 | { | |
32 | "cell_type": "markdown", |
|
32 | "cell_type": "markdown", | |
33 | "metadata": {}, |
|
33 | "metadata": {}, | |
34 | "source": [ |
|
34 | "source": [ | |
35 | "## Tutorials" |
|
35 | "## Tutorials" | |
36 | ] |
|
36 | ] | |
37 | }, |
|
37 | }, | |
38 | { |
|
38 | { | |
39 | "cell_type": "markdown", |
|
39 | "cell_type": "markdown", | |
40 | "metadata": {}, |
|
40 | "metadata": {}, | |
41 | "source": [ |
|
41 | "source": [ | |
42 | "- [Using Interact](Using Interact.ipynb)\n", |
|
42 | "- [Using Interact](Using Interact.ipynb)\n", | |
43 | "- [Widget Basics](Widget Basics.ipynb) \n", |
|
43 | "- [Widget Basics](Widget Basics.ipynb) \n", | |
44 | "- [Widget Events](Widget Events.ipynb) \n", |
|
44 | "- [Widget Events](Widget Events.ipynb) \n", | |
45 |
"- [Widget |
|
45 | "- [Widget List](Widget List.ipynb) \n", | |
46 | "- [Widget Styling](Widget Styling.ipynb) \n", |
|
46 | "- [Widget Styling](Widget Styling.ipynb) \n", | |
47 | "- [Custom Widget](Custom Widget - Hello World.ipynb)" |
|
47 | "- [Custom Widget](Custom Widget - Hello World.ipynb)" | |
48 | ] |
|
48 | ] | |
49 | }, |
|
49 | }, | |
50 | { |
|
50 | { | |
51 | "cell_type": "markdown", |
|
51 | "cell_type": "markdown", | |
52 | "metadata": {}, |
|
52 | "metadata": {}, | |
53 | "source": [ |
|
53 | "source": [ | |
54 | "## Examples of custom widgets" |
|
54 | "## Examples of custom widgets" | |
55 | ] |
|
55 | ] | |
56 | }, |
|
56 | }, | |
57 | { |
|
57 | { | |
58 | "cell_type": "markdown", |
|
58 | "cell_type": "markdown", | |
59 | "metadata": {}, |
|
59 | "metadata": {}, | |
60 | "source": [ |
|
60 | "source": [ | |
61 | "- [Variable Inspector](Variable Inspector.ipynb) \n", |
|
61 | "- [Variable Inspector](Variable Inspector.ipynb) \n", | |
62 | "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n", |
|
62 | "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n", | |
63 | "- [Nonblocking Console](Nonblocking Console.ipynb) \n", |
|
63 | "- [Nonblocking Console](Nonblocking Console.ipynb) \n", | |
64 | "- [File Upload Widget](File Upload Widget.ipynb)" |
|
64 | "- [File Upload Widget](File Upload Widget.ipynb)" | |
65 | ] |
|
65 | ] | |
66 | }, |
|
66 | }, | |
67 | { |
|
67 | { | |
68 | "cell_type": "markdown", |
|
68 | "cell_type": "markdown", | |
69 | "metadata": {}, |
|
69 | "metadata": {}, | |
70 | "source": [ |
|
70 | "source": [ | |
71 | "## Examples using `interact`/`interactive`" |
|
71 | "## Examples using `interact`/`interactive`" | |
72 | ] |
|
72 | ] | |
73 | }, |
|
73 | }, | |
74 | { |
|
74 | { | |
75 | "cell_type": "markdown", |
|
75 | "cell_type": "markdown", | |
76 | "metadata": {}, |
|
76 | "metadata": {}, | |
77 | "source": [ |
|
77 | "source": [ | |
78 | "* [Beat Frequencies](Beat Frequencies.ipynb)\n", |
|
78 | "* [Beat Frequencies](Beat Frequencies.ipynb)\n", | |
79 | "* [Exploring Graphs](Exploring Graphs.ipynb)\n", |
|
79 | "* [Exploring Graphs](Exploring Graphs.ipynb)\n", | |
80 | "* [Factoring](Factoring.ipynb)\n", |
|
80 | "* [Factoring](Factoring.ipynb)\n", | |
81 | "* [Image Browser](Image Browser.ipynb)\n", |
|
81 | "* [Image Browser](Image Browser.ipynb)\n", | |
82 | "* [Image Processing](Image Processing.ipynb)\n", |
|
82 | "* [Image Processing](Image Processing.ipynb)\n", | |
83 | "* [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)" |
|
83 | "* [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)" | |
84 | ] |
|
84 | ] | |
85 | } |
|
85 | } | |
86 | ], |
|
86 | ], | |
87 | "metadata": { |
|
87 | "metadata": { | |
88 | "kernelspec": { |
|
88 | "kernelspec": { | |
89 | "display_name": "Python 3", |
|
89 | "display_name": "Python 3", | |
90 | "language": "python", |
|
90 | "language": "python", | |
91 | "name": "python3" |
|
91 | "name": "python3" | |
92 | }, |
|
92 | }, | |
93 | "language_info": { |
|
93 | "language_info": { | |
94 | "codemirror_mode": { |
|
94 | "codemirror_mode": { | |
95 | "name": "ipython", |
|
95 | "name": "ipython", | |
96 | "version": 3 |
|
96 | "version": 3 | |
97 | }, |
|
97 | }, | |
98 | "file_extension": ".py", |
|
98 | "file_extension": ".py", | |
99 | "mimetype": "text/x-python", |
|
99 | "mimetype": "text/x-python", | |
100 | "name": "python", |
|
100 | "name": "python", | |
101 | "nbconvert_exporter": "python", |
|
101 | "nbconvert_exporter": "python", | |
102 | "pygments_lexer": "ipython3", |
|
102 | "pygments_lexer": "ipython3", | |
103 | "version": "3.4.2" |
|
103 | "version": "3.4.2" | |
104 | } |
|
104 | } | |
105 | }, |
|
105 | }, | |
106 | "nbformat": 4, |
|
106 | "nbformat": 4, | |
107 | "nbformat_minor": 0 |
|
107 | "nbformat_minor": 0 | |
108 | } |
|
108 | } |
General Comments 0
You need to be logged in to leave comments.
Login now