Skip to content

Commit e226177

Browse files
authored
Merge pull request #3776 from paddymul/subproject-explanation
Explain that ipywidgets is part of jupyter-widgets software subproject
2 parents 52edd7c + f993156 commit e226177

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Learning becomes an immersive, fun experience. Researchers can easily see
1818
how changing inputs to a model impact the results. We hope you will add
1919
ipywidgets to your notebooks, and we're here to help you get started.
2020

21+
The ipywidgets package is under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html).
22+
2123
## Core Interactive Widgets
2224

2325
The fundamental widgets provided by this library are called core interactive

docs/source/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Contributing
22

3+
The ipywidgets package is under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html).
4+
35
We appreciate contributions from the community.
46

57
We follow the [IPython Contributing Guide](https://github.com/ipython/ipython/blob/main/CONTRIBUTING.md)

0 commit comments

Comments
 (0)