Skip to content

Commit 1bb020b

Browse files
authored
Merge pull request #57 from choldgraf/table_update
updating table and standardizing folder names
2 parents 003b2d7 + 31afae3 commit 1bb020b

File tree

11 files changed

+41
-33
lines changed

11 files changed

+41
-33
lines changed
File renamed without changes.

README.md

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,37 @@
22

33
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.
44

5+
See [the Enhancement Proposal Guidelines](jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines.md)
6+
for more information.
7+
58
## Index of JEPs
69

7-
Below is a list of JEPs that have been submitted. To view the discussion around each JEP, click on the links below.
8-
9-
### Numerical Index
10-
11-
| Number | Status | Title |
12-
|--------|--------|-------|
13-
| 0004 | Inactive | [New Notebook Format for improved workflow integration](https://github.com/jupyter/enhancement-proposals/pull/4) |
14-
| 0007 | Inactive | [Jupyter Extension Generator](https://github.com/jupyter/enhancement-proposals/pull/7) |
15-
| 0008 | Implemented | [Diffing and Merging Notebooks](https://github.com/jupyter/enhancement-proposals/pull/8) |
16-
| 0012 | Implemented | [Kernel Gateway](https://github.com/jupyter/enhancement-proposals/pull/12) |
17-
| 0014 | **Submitted** | [Kernel Nanny](https://github.com/jupyter/enhancement-proposals/pull/14) |
18-
| 0015 | Withdrawn | [Layout Namespaces and Discovery](https://github.com/jupyter/enhancement-proposals/pull/15) |
19-
| 0016 | **Submitted** | [Notebook Translation and Localization](https://github.com/jupyter/enhancement-proposals/pull/16) |
20-
| 0017 | Implemented | [Dashboards Notebook Extension](https://github.com/jupyter/enhancement-proposals/pull/17) |
21-
| 0018 | Implemented | [Declarative Widgets Extension](https://github.com/jupyter/enhancement-proposals/pull/18) |
22-
| 0022 | Implemented | [Move Dashboards Deployment Projects from Incubator to Attic](https://github.com/jupyter/enhancement-proposals/pull/22) |
23-
| 0023 | **Submitted** | [Jupyter Template as Metadata](https://github.com/jupyter/enhancement-proposals/pull/23) |
24-
| 0024 | **Submitted** | [Simplifying Error Reporting in Jupyter Protocol](https://github.com/jupyter/enhancement-proposals/pull/24) |
25-
| 0025 | Implemented | [Enterprise Gateway](https://github.com/jupyter/enhancement-proposals/pull/25) |
26-
| 0026 | **Submitted** | [Add Language Server Support to Jupyter Server and jupyterlab-monaco](https://github.com/jupyter/enhancement-proposals/pull/26) |
27-
| 0028 | **Submitted** | [Standalone Jupyter Server](https://github.com/jupyter/enhancement-proposals/pull/28) |
28-
| 0029 | **Accepted** | [Jupyter Enhancement Proposal updates](https://github.com/jupyter/enhancement-proposals/pull/29)
29-
| 0042 | **Accepted** | [Voila Incorporation](https://github.com/jupyter/enhancement-proposals/pull/42)
30-
| 0044 | **Accepted** | [Xeus Incorporation](https://github.com/jupyter/enhancement-proposals/pull/44)
10+
Below is a list of JEPs that have been Submitted in the past.
11+
12+
If a JEP is in the **Submitted** state, a pull-request is currently open for conversation and comments. If a JEP
13+
is in the **Accepted** state, the JEP has been merged into this repository, and work is
14+
encouraged to commence on the topic.
15+
16+
| Number | Status | Title | PR |
17+
|--------|--------|-------|----|
18+
| 0004 | Withdrawn | New Notebook Format for improved workflow integration | [#04](https://github.com/jupyter/enhancement-proposals/pull/4) |
19+
| 0007 | Withdrawn | Jupyter Extension Generator | [#07](https://github.com/jupyter/enhancement-proposals/pull/07) |
20+
| 0008 | Implemented | [Diffing and Merging Notebooks](08-notebook-diff/notebook-diff.md) | [#08](https://github.com/jupyter/enhancement-proposals/pull/08) |
21+
| 0012 | Implemented | [Kernel Gateway](12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md) | [#12](https://github.com/jupyter/enhancement-proposals/pull/12) |
22+
| 0014 | **Submitted** | Kernel Nanny | [#14](https://github.com/jupyter/enhancement-proposals/pull/14) |
23+
| 0015 | Withdrawn | Layout Namespaces and Discovery | [#15](https://github.com/jupyter/enhancement-proposals/pull/15) |
24+
| 0016 | **Submitted** | Notebook Translation and Localization | [#16](https://github.com/jupyter/enhancement-proposals/pull/16) |
25+
| 0017 | Implemented | [Dashboards Notebook Extension](17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md) | [#17](https://github.com/jupyter/enhancement-proposals/pull/17) |
26+
| 0018 | Implemented | [Declarative Widgets Extension](18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md) | [#18](https://github.com/jupyter/enhancement-proposals/pull/18) |
27+
| 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) |
28+
| 0023 | **Submitted** | Jupyter Template as Metadata | [#23](https://github.com/jupyter/enhancement-proposals/pull/23) |
29+
| 0024 | **Submitted** | Simplifying Error Reporting in Jupyter Protocol | [#24](https://github.com/jupyter/enhancement-proposals/pull/24) |
30+
| 0025 | Implemented | [Enterprise Gateway](25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md) | [#25](https://github.com/jupyter/enhancement-proposals/pull/25) |
31+
| 0026 | **Submitted** | Add Language Server Support to Jupyter Server and jupyterlab-monaco | [#26](https://github.com/jupyter/enhancement-proposals/pull/26) |
32+
| 0028 | **Accepted** | [Standalone Jupyter Server](28-jupyter-server/jupyter-server.md) | [#28](https://github.com/jupyter/enhancement-proposals/pull/28) |
33+
| 0029 | **Accepted** | [Jupyter Enhancement Proposal updates](29-jep-process/jep-process.md) | [#29](https://github.com/jupyter/enhancement-proposals/pull/29) |
34+
| 0042 | **Accepted** | [Voila Incorporation](42-voila-incorporation/voila-incorporation.md) | [#43](https://github.com/jupyter/enhancement-proposals/pull/43) |
35+
| 0044 | **Accepted** | [Xeus Incorporation](44-xeus-incorporation/xeus-incorporation.md) | [#44](https://github.com/jupyter/enhancement-proposals/pull/44) |
3136

3237
## How do I submit a JEP?
3338

0 commit comments

Comments
 (0)