You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/examples/Output Widget.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -350,7 +350,7 @@
350
350
"\n",
351
351
"This always prints in the currently active cell, not the cell that started the background thread.\n",
352
352
"\n",
353
-
"This can lead to surprising behaviour in output widgets. During the time in which output is captured by the output widget, *any* output generated in the notebook, regardless of thread, will go into the output widget.\n",
353
+
"This can lead to surprising behavior in output widgets. During the time in which output is captured by the output widget, *any* output generated in the notebook, regardless of thread, will go into the output widget.\n",
354
354
"\n",
355
355
"The best way to avoid surprises is to *never* use an output widget's context manager in a context where multiple threads generate output. Instead, we can pass an output widget to the function executing in a thread, and use `append_display_data()`, `append_stdout()`, or `append_stderr()` methods to append displayable output to the output widget."
Copy file name to clipboardExpand all lines: docs/source/examples/Widget Styling.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@
336
336
"\n",
337
337
"#### align-items\n",
338
338
"\n",
339
-
"`align-items` can be one of `flex-start`, `flex-end`, `center`, `baseline`, `stretch`. This defines the default behaviour for how flex items are laid out along the cross axis on the current line. Think of it as the justify-content version for the cross-axis (perpendicular to the main-axis).\n",
339
+
"`align-items` can be one of `flex-start`, `flex-end`, `center`, `baseline`, `stretch`. This defines the default behavior for how flex items are laid out along the cross axis on the current line. Think of it as the justify-content version for the cross-axis (perpendicular to the main-axis).\n",
0 commit comments