Skip to content

Commit b162dca

Browse files
committed
Add sylvain feedback
1 parent b6d6f8d commit b162dca

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
| **Communication** | [![Join the chat at https://gitter.im/ipython/ipywidgets](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jupyter-widgets/Lobby) [![Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/) |
88
| | |
99

10-
**ipywidgets**, also known as jupyter-widgets or simply are [interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
10+
**ipywidgets**, also known as jupyter-widgets or simply widgets, are
11+
[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
1112
for Jupyter notebooks and the IPython kernel.
1213

1314
Notebooks come alive when interactive widgets are used. Users gain control of
@@ -47,21 +48,21 @@ following the current best practices for using interactive widgets. An
4748
implementation for a placeholder "Hello World" widget is provided as an example.
4849

4950
Popular widget libraries such as
50-
[bqplot](https://github.com/bloomberg/bqplot),
51-
[pythreejs](https://github.com/jovyan/pythreejs) and
52-
[ipyleaflet](https://github.com/ellisonbg/ipyleaflet)
51+
[bqplot](https://github.com/bqplot/bqplot),
52+
[pythreejs](https://github.com/jupyter-widgets/pythreejs) and
53+
[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)
5354
follow exactly the same template and directory structure. They serve as
5455
more advanced examples of usage of the Jupyter widget infrastructure.
5556

5657
### Popular custom widget examples
5758

5859
Examples of custom widget libraries built upon ipywidgets are
5960

60-
- [bqplot](https://github.com/bloomberg/bqplot) a 2d data visualization library
61+
- [bqplot](https://github.com/bqplot/bqplot) a 2d data visualization library
6162
enabling custom user interactions.
62-
- [pythreejs](https://github.com/jovyan/pythreejs) a Jupyter - Three.js wrapper,
63+
- [pythreejs](https://github.com/jupyter-widgets/pythreejs) a Jupyter - Three.js wrapper,
6364
bringing Three.js to the notebook.
64-
- [ipyleaflet](https://github.com/ellisonbg/ipyleaflet) a leaflet widget for Jupyter.
65+
- [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) a leaflet widget for Jupyter.
6566

6667
## Install
6768

0 commit comments

Comments
 (0)