Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Foundations and Standards subprojects #174

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions list_of_subprojects.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ The following Jupyter Subprojects have their own formal Subproject Council that
- [jupyter-xeus](https://github.com/jupyter-xeus/)
- [IPykernel](https://github.com/ipython/ipykernel)
- [IPython](https://github.com/ipython/ipython)
- Jupyter Foundations
- Jupyter Standards
- Jupyter Foundations and Standards
- [Jupyter Security](https://github.com/jupyter/security)
- [Jupyter Accessibility](https://github.com/jupyter/accessibility)

Expand All @@ -50,14 +49,13 @@ The Official Jupyter Subprojects document proposes a number of changes to how ou
- Jupyter Kernels
- To consolidate the project’s work on first-party kernels, we propose to establish a new official Subproject called _Jupyter Kernels_ and create a Github organization named jupyter-kernels for the work of the Subproject. All Xeus repositories (https://github.com/jupyter-xeus) will be moved into this organization. This Subproject will also govern the IPython GitHub organization, which will be left in place (https://github.com/ipython).
- A new Subproject Council for this organization will be established, and they will elect an SSC delegate.
- Jupyter Standards
- Jupyter Foundations and Standards
- Ultimately, because Jupyter standards are cross-project in nature, they are owned by the SSC. The mechanics of day-to-day management of the JEP repo will be decided by the SSC.
- There are a number of repositories that encode project-wide standards and protocols. To consolidate work on these repositories, we propose to establish a new official Subproject called Jupyter Standards and create a Github organization named jupyter-standards for the work of the Subproject. The following repositories will be moved into this organization:
- Jupyter Client (https://github.com/jupyter/jupyter_client)
- Jupyter Notebook Format (https://github.com/jupyter/nbformat)
- Documentation for other specifications maintained by other Subprojects, such as the Jupyter Widgets message specification, or the Jupyter Server REST APIs.
- JEPs repo (https://github.com/jupyter/enhancement-proposals).
- Jupyter Foundations
- Jupyter’s software has a number of components that serve as a foundation for many other Subprojects. To consolidate work on these repositories, we propose to establish a new official Subproject called _Jupyter Foundations_ and create a Github organization named jupyter-foundations for the work of the Subproject. The following repositories will be moved into this organization:
- nbconvert (https://github.com/jupyter/nbconvert)
- Jupyter Core (https://github.com/jupyter/jupyter_core)
Expand Down
3 changes: 1 addition & 2 deletions people.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ Alphabetical by first name, names are followed by GitHub usernames.
| Subproject | Representative | GitHub username |
| ---------- | -------------- | --------------- |
| Jupyter Accessibility | Isabela Presedo-Floyd | [@isabela-pf](https://github.com/isabela-pf) |
| Jupyter Foundations | Paul Ivanov | [@ivanov](https://github.com/ivanov) |
| Jupyter Foundations and Standards | Paul Ivanov | [@ivanov](https://github.com/ivanov) |
| Jupyter Kernels | Johan Mabille | [@johanmabille](https://github.com/johanmabille) |
| Jupyter Notebook | Eric Charles | [@echarles](https://github.com/echarles) |
| Jupyter Security | Rick Wagner | [@rpwagner](https://github.com/rpwagner) |
| Jupyter Server | Zach Sailer | [@zsailer](https://github.com/zsailer) |
| Jupyter Standards | Carol Willing | [@willingc](https://github.com/willingc) |
| Jupyter Widgets | Itay Dafna | [@ibdafna](https://github.com/ibdafna) |
| JupyterHub and Binder | Min Ragan-Kelley | [@minrk](https://github.com/minrk) |
| JupyterLab | Frédéric Collonval | [@fcollonval](https://github.com/fcollonval) |
Expand Down