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/Widget List.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@
85
85
},
86
86
"source": [
87
87
"### FloatSlider\n",
88
-
"- In addition to the `step` parameter, a `FloatSlider`also accepts a `num` parameter, which specifies the number of values in the `[min, max]` interval. `num` takes precedence over `step`, and ensures that the `max` value is always included (which might not be the case due to floating point precision issues if the `step` parameter is used).\n",
88
+
"- In addition to the `step` parameter, float sliders (`FloatSlider`, `FloatLogSlider` and `FloatRangeSlider`) also accept a `num` parameter, which specifies the number of values in the `[min, max]` interval. `num` takes precedence over `step`, and ensures that the `max` value is always included (which might not be the case due to floating point precision issues if the `step` parameter is used).\n",
89
89
"- A `round` parameter allows to round values that are set from the Python side to the closest value in the set of possible values. If `round` is `True`, values will be silently rounded (default value is `False`)."
0 commit comments