##// END OF EJS Templates
Adding third party rich output.
Adding third party rich output.

File last commit:

r16182:a74adb42
r17505:715c3da4
Show More
Index.ipynb
102 lines | 2.5 KiB | text/plain | TextLexer
Jonathan Frederic
Cleanup examples...
r14724 {
"metadata": {
Brian E. Granger
Updating widgets/example/index
r16095 "name": "",
Adrian Price-Whelan
fix typo
r16182 "signature": "sha256:6873fce87f9a4123795746d3857404b83e1bb099cc5a968aa85100dade070c41"
Jonathan Frederic
Cleanup examples...
r14724 },
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
Brian E. Granger
Lots of documentation work.
r16115 "cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"../images/ipython_logo.png\">"
]
},
{
Brian E. Granger
Adding back links.
r16116 "cell_type": "markdown",
"metadata": {},
"source": [
"Back to the main [Index](../Index.ipynb)"
]
},
{
Jonathan Frederic
Cleanup examples...
r14724 "cell_type": "heading",
"level": 1,
"metadata": {},
"source": [
Brian E. Granger
Lots of doc work.
r16120 "Interactive Widgets"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
Brian E. Granger
Lots of documentation work.
r16115 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Tutorials"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- [Using Interact](Using Interact.ipynb)\n",
Adrian Price-Whelan
fix typo
r16182 "- [Widget Basics](Widget Basics.ipynb) \n",
Brian E. Granger
Lots of documentation work.
r16115 "- [Widget Events](Widget Events.ipynb) \n",
"- [Widget Placement](Widget Placement.ipynb) \n",
"- [Widget Styles](Widget Styles.ipynb) \n",
"- [Widget Alignment](Widget Alignment.ipynb) \n",
"- [Custom Widgets](Custom Widgets.ipynb)"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
Brian E. Granger
Lots of documentation work.
r16115 "Examples of custom widgets"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "- [Variable Inspector](Variable Inspector.ipynb) \n",
"- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n",
"- [Nonblocking Console](Nonblocking Console.ipynb) \n",
"- [File Upload Widget](File Upload Widget.ipynb)"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "Examples using `interact`/`interactive`"
Jonathan Frederic
Cleanup examples...
r14724 ]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
Brian E. Granger
Updating widgets/example/index
r16095 "* [Beat Frequencies](Beat Frequencies.ipynb)\n",
"* [Exploring Graphs](Exploring Graphs.ipynb)\n",
"* [Factoring](Factoring.ipynb)\n",
"* [Image Browser](Image Browser.ipynb)\n",
"* [Image Processing](Image Processing.ipynb)\n",
Brian E. Granger
Lots of documentation work.
r16115 "* [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)"
Jonathan Frederic
Cleanup examples...
r14724 ]
}
],
"metadata": {}
}
]
}