mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Updating widgets/example/index
This commit is contained in:
parent
083caa9f1e
commit
bee0a9a1e6
@ -1,6 +1,7 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": ""
|
||||
"name": "",
|
||||
"signature": "sha256:80d852710c872fd0903d077bf8002d332c0e1256e0734573233e92c67684a321"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
@ -12,14 +13,7 @@
|
||||
"level": 1,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Widgets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"This directory includes a tutorial and collection of examples related to the IPython notebook widget framework."
|
||||
"Widget Examples"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -27,27 +21,7 @@
|
||||
"level": 2,
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Tutorial"
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
"Examples of how to create a custom widget:"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -57,9 +31,27 @@
|
||||
"- [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)\n",
|
||||
"- [Interacting with Python code](Interact.ipynb)\n",
|
||||
"- [Interacting with the Lorenz System](Lorenz.ipynb)"
|
||||
"- [File Upload Widget](File Upload Widget.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)"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user