|
7 | 7 | | **Communication** | [](https://gitter.im/jupyter-widgets/Lobby) [](https://discourse.jupyter.org/) |
|
8 | 8 | | | |
|
9 | 9 |
|
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) |
11 | 12 | for Jupyter notebooks and the IPython kernel.
|
12 | 13 |
|
13 | 14 | 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
|
47 | 48 | implementation for a placeholder "Hello World" widget is provided as an example.
|
48 | 49 |
|
49 | 50 | 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) |
53 | 54 | follow exactly the same template and directory structure. They serve as
|
54 | 55 | more advanced examples of usage of the Jupyter widget infrastructure.
|
55 | 56 |
|
56 | 57 | ### Popular custom widget examples
|
57 | 58 |
|
58 | 59 | Examples of custom widget libraries built upon ipywidgets are
|
59 | 60 |
|
60 |
| -- [bqplot](https://github.com/bloomberg/bqplot) a 2d data visualization library |
| 61 | +- [bqplot](https://github.com/bqplot/bqplot) a 2d data visualization library |
61 | 62 | 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, |
63 | 64 | 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. |
65 | 66 |
|
66 | 67 | ## Install
|
67 | 68 |
|
|
0 commit comments