Skip to content

Commit f0015f9

Browse files
committed
Clean up some details in tutorial notebooks
1 parent 36dd0aa commit f0015f9

File tree

3 files changed

+71
-294
lines changed

3 files changed

+71
-294
lines changed

docs/source/examples/Using Interact.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"cell_type": "markdown",
393393
"metadata": {},
394394
"source": [
395-
"The widget is a `Box`, which is a container for other widgets."
395+
"The widget is an `interactive`, a subclass of `VBox`, which is a container for other widgets."
396396
]
397397
},
398398
{
@@ -408,7 +408,7 @@
408408
"cell_type": "markdown",
409409
"metadata": {},
410410
"source": [
411-
"The children of the `Box` are two integer-valued sliders produced by the widget abbreviations above."
411+
"The children of the `interactive` are two integer-valued sliders and an output widget, produced by the widget abbreviations above."
412412
]
413413
},
414414
{
@@ -629,7 +629,7 @@
629629
"name": "python",
630630
"nbconvert_exporter": "python",
631631
"pygments_lexer": "ipython3",
632-
"version": "3.5.2"
632+
"version": "3.6.1"
633633
},
634634
"widgets": {
635635
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)