Skip to content

Commit 8090391

Browse files
committed
Simplify text in more on output widget
1 parent b1e67c0 commit 8090391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/04.WidgetList/04.01-more-on-output-widget.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"source": [
186186
"### Output widgets as the foundation for interact\n",
187187
"\n",
188-
"The output widget forms the basis of how interact and related methods are implemented. It can also be used by itself to create rich layouts with widgets and code output. One simple way to customize how an interact UI looks is to use the `interactive_output` function to hook controls up to a function whose output is captured in the returned output widget. In the next example, we stack the controls vertically and then put the output of the function to the right."
188+
"The output widget forms the basis of how interact and related methods are implemented. It can also be used by itself to create rich layouts with widgets and code output. One simple way to customize a UI is to use `interactive_output` and capture its output. In the next example, we stack the controls vertically and then put the output of the function to the right."
189189
]
190190
},
191191
{
@@ -350,7 +350,7 @@
350350
"name": "python",
351351
"nbconvert_exporter": "python",
352352
"pygments_lexer": "ipython3",
353-
"version": "3.8.3"
353+
"version": "3.8.10"
354354
},
355355
"widgets": {
356356
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)