@@ -9,12 +9,13 @@ Jupyter Widgets
99Jupyter Widgets are `interactive browser controls
1010<https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb> `_
1111for 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
1516
1617Notebooks 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
1819how changing inputs to a model impact the results. Scientists can share
1920interactive results with graphical user interfaces that others can play with
2021without seeing code. Exploring, learning, and sharing becomes a fun immersive
0 commit comments