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