##// END OF EJS Templates
fix typo
Adrian Price-Whelan -
Show More
@@ -1,103 +1,103 b''
1 1 {
2 2 "metadata": {
3 3 "name": "",
4 "signature": "sha256:1aeb403a0ea9cc1412348f98ec713b798e197bed05d8bb28de6824095758487b"
4 "signature": "sha256:6873fce87f9a4123795746d3857404b83e1bb099cc5a968aa85100dade070c41"
5 5 },
6 6 "nbformat": 3,
7 7 "nbformat_minor": 0,
8 8 "worksheets": [
9 9 {
10 10 "cells": [
11 11 {
12 12 "cell_type": "markdown",
13 13 "metadata": {},
14 14 "source": [
15 15 "<img src=\"../images/ipython_logo.png\">"
16 16 ]
17 17 },
18 18 {
19 19 "cell_type": "markdown",
20 20 "metadata": {},
21 21 "source": [
22 22 "Back to the main [Index](../Index.ipynb)"
23 23 ]
24 24 },
25 25 {
26 26 "cell_type": "heading",
27 27 "level": 1,
28 28 "metadata": {},
29 29 "source": [
30 30 "Interactive Widgets"
31 31 ]
32 32 },
33 33 {
34 34 "cell_type": "markdown",
35 35 "metadata": {},
36 36 "source": [
37 37 "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."
38 38 ]
39 39 },
40 40 {
41 41 "cell_type": "heading",
42 42 "level": 2,
43 43 "metadata": {},
44 44 "source": [
45 45 "Tutorials"
46 46 ]
47 47 },
48 48 {
49 49 "cell_type": "markdown",
50 50 "metadata": {},
51 51 "source": [
52 52 "- [Using Interact](Using Interact.ipynb)\n",
53 "- [Widget Basics](Widget Basic.ipynb) \n",
53 "- [Widget Basics](Widget Basics.ipynb) \n",
54 54 "- [Widget Events](Widget Events.ipynb) \n",
55 55 "- [Widget Placement](Widget Placement.ipynb) \n",
56 56 "- [Widget Styles](Widget Styles.ipynb) \n",
57 57 "- [Widget Alignment](Widget Alignment.ipynb) \n",
58 58 "- [Custom Widgets](Custom Widgets.ipynb)"
59 59 ]
60 60 },
61 61 {
62 62 "cell_type": "heading",
63 63 "level": 2,
64 64 "metadata": {},
65 65 "source": [
66 66 "Examples of custom widgets"
67 67 ]
68 68 },
69 69 {
70 70 "cell_type": "markdown",
71 71 "metadata": {},
72 72 "source": [
73 73 "- [Variable Inspector](Variable Inspector.ipynb) \n",
74 74 "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n",
75 75 "- [Nonblocking Console](Nonblocking Console.ipynb) \n",
76 76 "- [File Upload Widget](File Upload Widget.ipynb)"
77 77 ]
78 78 },
79 79 {
80 80 "cell_type": "heading",
81 81 "level": 2,
82 82 "metadata": {},
83 83 "source": [
84 84 "Examples using `interact`/`interactive`"
85 85 ]
86 86 },
87 87 {
88 88 "cell_type": "markdown",
89 89 "metadata": {},
90 90 "source": [
91 91 "* [Beat Frequencies](Beat Frequencies.ipynb)\n",
92 92 "* [Exploring Graphs](Exploring Graphs.ipynb)\n",
93 93 "* [Factoring](Factoring.ipynb)\n",
94 94 "* [Image Browser](Image Browser.ipynb)\n",
95 95 "* [Image Processing](Image Processing.ipynb)\n",
96 96 "* [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)"
97 97 ]
98 98 }
99 99 ],
100 100 "metadata": {}
101 101 }
102 102 ]
103 103 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now