mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Work on widget tutorials
This commit is contained in:
parent
26b0f5d510
commit
6e62ab2eb4
@ -6,7 +6,8 @@
|
||||
null
|
||||
]
|
||||
],
|
||||
"name": ""
|
||||
"name": "",
|
||||
"signature": "sha256:9a70b52f0b16861d1cd6a8342b233247958977a52bde8d3efd69d21131ce1926"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
@ -17,8 +18,6 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"[Index](index.ipynb)\n",
|
||||
"\n",
|
||||
"To use IPython widgets in the notebook, the widget namespace needs to be imported."
|
||||
]
|
||||
},
|
||||
@ -299,13 +298,6 @@
|
||||
}
|
||||
],
|
||||
"prompt_number": 10
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"In [Part 2](Part 2 - Events.ipynb) of this [series](index.ipynb), you will learn about widget events."
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
|
@ -17,8 +17,6 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"[< Back to Part 5](Part 5 - Alignment.ipynb) or [Index](index.ipynb)\n",
|
||||
"\n",
|
||||
"Before reading, make sure to review\n",
|
||||
"\n",
|
||||
"- [MVC prgramming](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)\n",
|
||||
@ -1043,16 +1041,9 @@
|
||||
}
|
||||
],
|
||||
"prompt_number": 24
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"This concludes Part 6 of the [series](index.ipynb)."
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -6,20 +6,14 @@
|
||||
null
|
||||
]
|
||||
],
|
||||
"name": ""
|
||||
"name": "",
|
||||
"signature": "sha256:8cade57fabc6819dc950bc28502028554861fb1440d5d832922b95fd2b8bf25c"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": [
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"[< Back to Part 1](Part 1 - Basics.ipynb) or [Index](index.ipynb)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
@ -246,13 +240,6 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 6
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"In [Part 3](Part 3 - Placement.ipynb) of this [series](index.ipynb), you will learn about widget placement."
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
|
@ -6,20 +6,14 @@
|
||||
null
|
||||
]
|
||||
],
|
||||
"name": ""
|
||||
"name": "",
|
||||
"signature": "sha256:cd7d3d42126bdbf20c087014460779dfbdb0a63dcb8f489ba7ebfc230a685edd"
|
||||
},
|
||||
"nbformat": 3,
|
||||
"nbformat_minor": 0,
|
||||
"worksheets": [
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"[< Back to Part 3](Part 3 - Placement.ipynb) or [Index](index.ipynb)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"collapsed": false,
|
||||
@ -353,13 +347,6 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"prompt_number": 10
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"In [Part 5](Part 5 - Alignment.ipynb) of this [series](index.ipynb), you will learn about widget alignment."
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
|
Loading…
Reference in New Issue
Block a user