From 31afae30b222681d02d56a12ee153fda92aedac3 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Thu, 18 Jun 2020 18:09:19 -0700 Subject: [PATCH] updating table and standardizing folder names --- .../notebook-diff.md | 0 .../jupyter-kernel-gateway-incorporation.md | 0 ...yter-dashboards-extension-incorporation.md | 0 ...larativewidgets-extension-incorporation.md | 0 .../jupyter-dashboards-deployment-attic.md | 0 ...upyter-enterprise-gateway-incorporation.md | 0 .../jupyter_enterprise_gateway.gif | Bin ...pyter_enterprise_gateway_on_kubernetes.png | Bin .../jupyter_enterprise_gateway_on_yarn.png | Bin README.md | 53 ++++++++++-------- _toc.yml | 21 ++++--- 11 files changed, 41 insertions(+), 33 deletions(-) rename {notebook-diff => 08-notebook-diff}/notebook-diff.md (100%) rename {jupyter-kernel-gateway-incorporation => 12-jupyter-kernel-gateway-incorporation}/jupyter-kernel-gateway-incorporation.md (100%) rename {jupyter-dashboards-extension-incorporation => 17-jupyter-dashboards-extension-incorporation}/jupyter-dashboards-extension-incorporation.md (100%) rename {jupyter-declarativewidgets-incorporation => 18-jupyter-declarativewidgets-incorporation}/jupyter-declarativewidgets-extension-incorporation.md (100%) rename {jupyter-dashboards-deployment-attic => 22-jupyter-dashboards-deployment-attic}/jupyter-dashboards-deployment-attic.md (100%) rename {jupyter-enterprise-gateway-incorporation => 25-jupyter-enterprise-gateway-incorporation}/jupyter-enterprise-gateway-incorporation.md (100%) rename {jupyter-enterprise-gateway-incorporation => 25-jupyter-enterprise-gateway-incorporation}/jupyter_enterprise_gateway.gif (100%) rename {jupyter-enterprise-gateway-incorporation => 25-jupyter-enterprise-gateway-incorporation}/jupyter_enterprise_gateway_on_kubernetes.png (100%) rename {jupyter-enterprise-gateway-incorporation => 25-jupyter-enterprise-gateway-incorporation}/jupyter_enterprise_gateway_on_yarn.png (100%) diff --git a/notebook-diff/notebook-diff.md b/08-notebook-diff/notebook-diff.md similarity index 100% rename from notebook-diff/notebook-diff.md rename to 08-notebook-diff/notebook-diff.md diff --git a/jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md b/12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md similarity index 100% rename from jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md rename to 12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md diff --git a/jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md b/17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md similarity index 100% rename from jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md rename to 17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md diff --git a/jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md b/18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md similarity index 100% rename from jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md rename to 18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md diff --git a/jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md b/22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md similarity index 100% rename from jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md rename to 22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md diff --git a/jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md b/25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md similarity index 100% rename from jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md rename to 25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md diff --git a/jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway.gif b/25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway.gif similarity index 100% rename from jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway.gif rename to 25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway.gif diff --git a/jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_kubernetes.png b/25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_kubernetes.png similarity index 100% rename from jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_kubernetes.png rename to 25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_kubernetes.png diff --git a/jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_yarn.png b/25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_yarn.png similarity index 100% rename from jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_yarn.png rename to 25-jupyter-enterprise-gateway-incorporation/jupyter_enterprise_gateway_on_yarn.png diff --git a/README.md b/README.md index d0fa589..ad4cdd3 100644 --- a/README.md +++ b/README.md @@ -2,32 +2,37 @@ This repository contains enhancement proposals for the Jupyter ecosystem, known as Jupyter Enhancement Proposals or JEPs. Jupyter Enhancement Proposals will be used when presenting changes or additions that affect multiple components of the Jupyter ecosystem OR changes to a single key component. +See [the Enhancement Proposal Guidelines](jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines.md) +for more information. + ## Index of JEPs -Below is a list of JEPs that have been submitted. To view the discussion around each JEP, click on the links below. - -### Numerical Index - -| Number | Status | Title | -|--------|--------|-------| -| 0004 | Inactive | [New Notebook Format for improved workflow integration](https://github.com/jupyter/enhancement-proposals/pull/4) | -| 0007 | Inactive | [Jupyter Extension Generator](https://github.com/jupyter/enhancement-proposals/pull/7) | -| 0008 | Implemented | [Diffing and Merging Notebooks](https://github.com/jupyter/enhancement-proposals/pull/8) | -| 0012 | Implemented | [Kernel Gateway](https://github.com/jupyter/enhancement-proposals/pull/12) | -| 0014 | **Submitted** | [Kernel Nanny](https://github.com/jupyter/enhancement-proposals/pull/14) | -| 0015 | Withdrawn | [Layout Namespaces and Discovery](https://github.com/jupyter/enhancement-proposals/pull/15) | -| 0016 | **Submitted** | [Notebook Translation and Localization](https://github.com/jupyter/enhancement-proposals/pull/16) | -| 0017 | Implemented | [Dashboards Notebook Extension](https://github.com/jupyter/enhancement-proposals/pull/17) | -| 0018 | Implemented | [Declarative Widgets Extension](https://github.com/jupyter/enhancement-proposals/pull/18) | -| 0022 | Implemented | [Move Dashboards Deployment Projects from Incubator to Attic](https://github.com/jupyter/enhancement-proposals/pull/22) | -| 0023 | **Submitted** | [Jupyter Template as Metadata](https://github.com/jupyter/enhancement-proposals/pull/23) | -| 0024 | **Submitted** | [Simplifying Error Reporting in Jupyter Protocol](https://github.com/jupyter/enhancement-proposals/pull/24) | -| 0025 | Implemented | [Enterprise Gateway](https://github.com/jupyter/enhancement-proposals/pull/25) | -| 0026 | **Submitted** | [Add Language Server Support to Jupyter Server and jupyterlab-monaco](https://github.com/jupyter/enhancement-proposals/pull/26) | -| 0028 | **Submitted** | [Standalone Jupyter Server](https://github.com/jupyter/enhancement-proposals/pull/28) | -| 0029 | **Accepted** | [Jupyter Enhancement Proposal updates](https://github.com/jupyter/enhancement-proposals/pull/29) -| 0042 | **Accepted** | [Voila Incorporation](https://github.com/jupyter/enhancement-proposals/pull/42) -| 0044 | **Accepted** | [Xeus Incorporation](https://github.com/jupyter/enhancement-proposals/pull/44) +Below is a list of JEPs that have been Submitted in the past. + +If a JEP is in the **Submitted** state, a pull-request is currently open for conversation and comments. If a JEP +is in the **Accepted** state, the JEP has been merged into this repository, and work is +encouraged to commence on the topic. + +| Number | Status | Title | PR | +|--------|--------|-------|----| +| 0004 | Withdrawn | New Notebook Format for improved workflow integration | [#04](https://github.com/jupyter/enhancement-proposals/pull/4) | +| 0007 | Withdrawn | Jupyter Extension Generator | [#07](https://github.com/jupyter/enhancement-proposals/pull/07) | +| 0008 | Implemented | [Diffing and Merging Notebooks](08-notebook-diff/notebook-diff.md) | [#08](https://github.com/jupyter/enhancement-proposals/pull/08) | +| 0012 | Implemented | [Kernel Gateway](12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md) | [#12](https://github.com/jupyter/enhancement-proposals/pull/12) | +| 0014 | **Submitted** | Kernel Nanny | [#14](https://github.com/jupyter/enhancement-proposals/pull/14) | +| 0015 | Withdrawn | Layout Namespaces and Discovery | [#15](https://github.com/jupyter/enhancement-proposals/pull/15) | +| 0016 | **Submitted** | Notebook Translation and Localization | [#16](https://github.com/jupyter/enhancement-proposals/pull/16) | +| 0017 | Implemented | [Dashboards Notebook Extension](17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md) | [#17](https://github.com/jupyter/enhancement-proposals/pull/17) | +| 0018 | Implemented | [Declarative Widgets Extension](18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md) | [#18](https://github.com/jupyter/enhancement-proposals/pull/18) | +| 0022 | Implemented | [Move Dashboards Deployment Projects from Incubator to Attic](22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md) | [#22](https://github.com/jupyter/enhancement-proposals/pull/22) | +| 0023 | **Submitted** | Jupyter Template as Metadata | [#23](https://github.com/jupyter/enhancement-proposals/pull/23) | +| 0024 | **Submitted** | Simplifying Error Reporting in Jupyter Protocol | [#24](https://github.com/jupyter/enhancement-proposals/pull/24) | +| 0025 | Implemented | [Enterprise Gateway](25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md) | [#25](https://github.com/jupyter/enhancement-proposals/pull/25) | +| 0026 | **Submitted** | Add Language Server Support to Jupyter Server and jupyterlab-monaco | [#26](https://github.com/jupyter/enhancement-proposals/pull/26) | +| 0028 | **Accepted** | [Standalone Jupyter Server](28-jupyter-server/jupyter-server.md) | [#28](https://github.com/jupyter/enhancement-proposals/pull/28) | +| 0029 | **Accepted** | [Jupyter Enhancement Proposal updates](29-jep-process/jep-process.md) | [#29](https://github.com/jupyter/enhancement-proposals/pull/29) | +| 0042 | **Accepted** | [Voila Incorporation](42-voila-incorporation/voila-incorporation.md) | [#43](https://github.com/jupyter/enhancement-proposals/pull/43) | +| 0044 | **Accepted** | [Xeus Incorporation](44-xeus-incorporation/xeus-incorporation.md) | [#44](https://github.com/jupyter/enhancement-proposals/pull/44) | ## How do I submit a JEP? diff --git a/_toc.yml b/_toc.yml index d80395e..4568755 100644 --- a/_toc.yml +++ b/_toc.yml @@ -1,13 +1,16 @@ -file: README -sections: +- file: README +- file: jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines + +- header: Accepted - file: 44-xeus-incorporation/xeus-incorporation - file: 42-voila-incorporation/voila-incorporation - file: 29-jep-process/jep-process - file: 28-jupyter-server/jupyter-server -- file: jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic -- file: jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation -- file: jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation -- file: jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines -- file: jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation -- file: jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation -- file: notebook-diff/notebook-diff + +- header: Implemented +- file: 25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation +- file: 22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic +- file: 18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation +- file: 17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation +- file: 12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation +- file: 08-notebook-diff/notebook-diff