Updating widgets/example/index

This commit is contained in:
Brian E. Granger 2014-03-11 13:30:29 -07:00
parent 083caa9f1e
commit bee0a9a1e6

View File

@ -1,6 +1,7 @@
{ {
"metadata": { "metadata": {
"name": "" "name": "",
"signature": "sha256:80d852710c872fd0903d077bf8002d332c0e1256e0734573233e92c67684a321"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
@ -12,14 +13,7 @@
"level": 1, "level": 1,
"metadata": {}, "metadata": {},
"source": [ "source": [
"Widgets" "Widget Examples"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This directory includes a tutorial and collection of examples related to the IPython notebook widget framework."
] ]
}, },
{ {
@ -27,27 +21,7 @@
"level": 2, "level": 2,
"metadata": {}, "metadata": {},
"source": [ "source": [
"Tutorial" "Examples of how to create a custom widget:"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"- [Part 1 - Basics](Part 1 - Basics.ipynb) \n",
"- [Part 2 - Events](Part 2 - Events.ipynb) \n",
"- [Part 3 - Placement](Part 3 - Placement.ipynb) \n",
"- [Part 4 - Styles](Part 4 - Styles.ipynb) \n",
"- [Part 5 - Alignment](Part 5 - Alignment.ipynb) \n",
"- [Part 6 - Custom Widget](Part 6 - Custom Widget.ipynb) "
]
},
{
"cell_type": "heading",
"level": 2,
"metadata": {},
"source": [
"Examples"
] ]
}, },
{ {
@ -57,9 +31,27 @@
"- [Variable Inspector](Variable Inspector.ipynb) \n", "- [Variable Inspector](Variable Inspector.ipynb) \n",
"- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n", "- [Export As (nbconvert)](Export As (nbconvert%29.ipynb) \n",
"- [Nonblocking Console](Nonblocking Console.ipynb) \n", "- [Nonblocking Console](Nonblocking Console.ipynb) \n",
"- [File Upload Widget](File Upload Widget.ipynb)\n", "- [File Upload Widget](File Upload Widget.ipynb)"
"- [Interacting with Python code](Interact.ipynb)\n", ]
"- [Interacting with the Lorenz System](Lorenz.ipynb)" },
{
"cell_type": "heading",
"level": 2,
"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](Lorenz.ipynb)"
] ]
} }
], ],