File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ipywidgets: Interactive HTML Widgets
2
+
3
+ ** ipywidgets** , also known as jupyter-widgets or simply widgets, are
4
+ [ interactive HTML widgets] ( https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb )
5
+ for Jupyter notebooks and the IPython kernel.
6
+
7
+ This package contains the python implementation of the core interactive widgets bundled in ipywidgets.
8
+
9
+ ## Core Interactive Widgets
10
+
11
+ The fundamental widgets provided by this library are called core interactive
12
+ widgets. A [ demonstration notebook] ( https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb )
13
+ provides an overview of the core interactive widgets, including:
14
+
15
+ - sliders
16
+ - progress bars
17
+ - text boxes
18
+ - toggle buttons and checkboxes
19
+ - display areas
20
+ - and more
21
+
22
+
23
+ For more information, see the main [ documentation] ( https://github.com/jupyter-widgets/ipywidgets#readme ) .
24
+
25
+
You can’t perform that action at this time.
0 commit comments