You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Communication**|[](https://gitter.im/jupyter-widgets/Lobby)[](https://discourse.jupyter.org/c/widgets/46)|
8
8
|||
9
9
10
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
+
[interactive HTML widgets](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
12
12
for Jupyter notebooks and the IPython kernel.
13
13
14
14
Notebooks come alive when interactive widgets are used. Users gain control of
@@ -21,7 +21,7 @@ ipywidgets to your notebooks, and we're here to help you get started.
21
21
## Core Interactive Widgets
22
22
23
23
The fundamental widgets provided by this library are called core interactive
24
-
widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
24
+
widgets. A [demonstration notebook](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
25
25
provides an overview of the core interactive widgets, including:
26
26
27
27
- sliders
@@ -87,14 +87,14 @@ see the detailed [developer install](docs/source/dev_install.md) instructions.
87
87
88
88
If you want to install ipywidgets from source, **you will need the
89
89
[yarn](https://yarnpkg.com/) package manager version 1.2.1 or later**.
90
-
To install the latest master version from the root directory of the source
90
+
To install the latest `main` version from the root directory of the source
91
91
code, run `dev-install.sh`. To only build the Python package enter
92
92
`pip install -e .`.
93
93
94
94
## Usage
95
95
96
96
See the [examples](docs/source/examples.md) section of the documentation. The widgets are being used in a variety of ways; some uses can be seen in these notebooks:
97
-
[Demo notebook of interactive widgets](https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Index.ipynb)
97
+
[Demo notebook of interactive widgets](https://github.com/jupyter-widgets/ipywidgets/blob/main/docs/source/examples/Index.ipynb)
98
98
99
99
## Change log
100
100
@@ -106,13 +106,13 @@ Refer to change log for more detail.
0 commit comments