##// END OF EJS Templates
Merge pull request #8778 from SylvainCorlay/Meta...
Merge pull request #8778 from SylvainCorlay/Meta Use isinstance to check for types

File last commit:

r20492:a3702c8f
r21631:3ac9be53 merge
Show More
Index.ipynb
108 lines | 2.5 KiB | text/plain | TextLexer
Jonathan Frederic
Cleanup examples...
r14724 {
Min RK
upate exmaple notebooks to nbformat v4
r18669 "cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"../images/ipython_logo.png\">"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Back to the main [Index](../Index.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 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."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Tutorials"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- [Using Interact](Using Interact.ipynb)\n",
"- [Widget Basics](Widget Basics.ipynb) \n",
"- [Widget Events](Widget Events.ipynb) \n",
Jonathan Frederic
s/Placement/Lists in widget index notebook
r20492 "- [Widget List](Widget List.ipynb) \n",
Min RK
upate exmaple notebooks to nbformat v4
r18669 "- [Widget Styling](Widget Styling.ipynb) \n",
"- [Custom Widget](Custom Widget - Hello World.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Examples of custom widgets"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- [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)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Examples using `interact`/`interactive`"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"* [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",
"* [Lorenz Differential Equations](Lorenz Differential Equations.ipynb)"
]
}
],
Jonathan Frederic
Cleanup examples...
r14724 "metadata": {
Jonathan Frederic
Updated widget examples for recent changes and,...
r17726 "kernelspec": {
Min RK
add kernel metadata to example notebooks
r20278 "display_name": "Python 3",
Jonathan Frederic
Updated widget examples for recent changes and,...
r17726 "language": "python",
Min RK
add kernel metadata to example notebooks
r20278 "name": "python3"
Jonathan Frederic
Updated widget examples for recent changes and,...
r17726 },
Min RK
add kernel metadata to example notebooks
r20278 "language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.2"
}
Jonathan Frederic
Cleanup examples...
r14724 },
Min RK
upate exmaple notebooks to nbformat v4
r18669 "nbformat": 4,
"nbformat_minor": 0
Min RK
add kernel metadata to example notebooks
r20278 }