Skip to content

Commit 6afe5f8

Browse files
authored
Merge pull request #3461 from ibdafna/add_readme
Add trimmed down readme file
2 parents 0793818 + a528957 commit 6afe5f8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

python/ipywidgets/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+

0 commit comments

Comments
 (0)