@@ -9,12 +9,13 @@ Jupyter Widgets
9
9
Jupyter Widgets are `interactive browser controls
10
10
<https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb> `_
11
11
for Jupyter notebooks. Examples include:
12
- - Basic form controls like sliders, checkboxes, text inputs
13
- - Container controls like tabs, accordions, horizontal and vertical layout boxes, grid layouts
14
- - Advanced controls like maps, 2d and 3d visualizations, datagrids, and more
12
+
13
+ * Basic form controls like sliders, checkboxes, text inputs
14
+ * Container controls like tabs, accordions, horizontal and vertical layout boxes, grid layouts
15
+ * Advanced controls like maps, 2d and 3d visualizations, datagrids, and more
15
16
16
17
Notebooks come alive when interactive widgets are used. Users can visualize and
17
- manipulate their data in intuitive and easy ways. Researchers can easily see
18
+ manipulate their data in intuitive and easy ways. Researchers can easily see
18
19
how changing inputs to a model impact the results. Scientists can share
19
20
interactive results with graphical user interfaces that others can play with
20
21
without seeing code. Exploring, learning, and sharing becomes a fun immersive
0 commit comments