From 1d3347019dbdca4c93f3aaed12bd8ede7cb83e91 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Wed, 17 May 2023 13:54:09 -0400 Subject: [PATCH 1/4] Explain that ipywidgets is part of jupyter-widgets software subproject --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f413911e8..1583e84688 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Learning becomes an immersive, fun experience. Researchers can easily see how changing inputs to a model impact the results. We hope you will add ipywidgets to your notebooks, and we're here to help you get started. +The ipywidgets is a package under the [Jupyter-Widgets](https://github.com/jupyter-widgets) (software subproject)[https://jupyter.org/governance/software_subprojects.html]. + ## Core Interactive Widgets The fundamental widgets provided by this library are called core interactive From e63ad8b499525f7da54d5ff9a74c9a4988a48da8 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Wed, 17 May 2023 13:59:59 -0400 Subject: [PATCH 2/4] Fixed syntax error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1583e84688..ccba0435b0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Learning becomes an immersive, fun experience. Researchers can easily see how changing inputs to a model impact the results. We hope you will add ipywidgets to your notebooks, and we're here to help you get started. -The ipywidgets is a package under the [Jupyter-Widgets](https://github.com/jupyter-widgets) (software subproject)[https://jupyter.org/governance/software_subprojects.html]. +The ipywidgets is a package under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html). ## Core Interactive Widgets From aa5bbd120e3d1017c5f66139892167be22f22213 Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Wed, 17 May 2023 14:00:56 -0400 Subject: [PATCH 3/4] Explain that ipywidgets is part of jupyter-widgets software subproject in docs --- docs/source/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/contributing.md b/docs/source/contributing.md index d2f7405a11..e09d1461e8 100644 --- a/docs/source/contributing.md +++ b/docs/source/contributing.md @@ -1,5 +1,7 @@ # Contributing +The ipywidgets package is under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html). + We appreciate contributions from the community. We follow the [IPython Contributing Guide](https://github.com/ipython/ipython/blob/main/CONTRIBUTING.md) From f9931562002e409fa404db0d72db1b296439249a Mon Sep 17 00:00:00 2001 From: Paddy Mullen Date: Wed, 17 May 2023 14:01:34 -0400 Subject: [PATCH 4/4] Improved wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccba0435b0..7d923efc5b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Learning becomes an immersive, fun experience. Researchers can easily see how changing inputs to a model impact the results. We hope you will add ipywidgets to your notebooks, and we're here to help you get started. -The ipywidgets is a package under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html). +The ipywidgets package is under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html). ## Core Interactive Widgets