##// END OF EJS Templates
fab css
fab css

File last commit:

r17726:0ad4ffe0
r17933:ec48904d
Show More
Index.ipynb
110 lines | 2.7 KiB | text/plain | TextLexer
Jonathan Frederic
Cleanup examples...
r14724 {
"metadata": {
Jonathan Frederic
Updated widget examples for recent changes and,...
r17726 "kernelspec": {
"codemirror_mode": {
"name": "python",
"version": 2
},
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
Brian E. Granger
Updating widgets/example/index
r16095 "name": "",
Jonathan Frederic
Updated widget examples for recent changes and,...
r17726 "signature": "sha256:cbc67230b7f7d3d8c7ab3a3c5910aaa3e0caf736d0d963892cb2139683caf5fb"
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",
Jonathan Frederic
Updated widget examples for recent changes and,...
r17726 "- [Widget Styles](Widget Styles.ipynb) \n",
"- [Custom Widget](Custom Widget - Hello World.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": {}
}
]
}