Skip to content

Commit 4a5001f

Browse files
committed
add table for JEPs to README
1 parent 6df9f8c commit 4a5001f

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ This repository contains enhancement proposals for the Jupyter ecosystem, known
66

77
Below is a list of JEPs that have been submitted. To view the discussion around each JEP, click on the links below.
88

9-
1. [Inactive] - [New Notebook Format for improved workflow integration](https://github.com/jupyter/enhancement-proposals/pull/4)
10-
1. [Inactive] - [Jupyter Extension Generator](https://github.com/jupyter/enhancement-proposals/pull/7)
11-
1. [Completed] - [Diffing and Merging Notebooks](https://github.com/jupyter/enhancement-proposals/pull/8)
12-
1. [Completed] - [Kernel Gateway](https://github.com/jupyter/enhancement-proposals/pull/12)
13-
1. [Submitted] - [Kernel Nanny](https://github.com/jupyter/enhancement-proposals/pull/14)
14-
1. [Withdrawn] - [Layout Namespaces and Discovery](https://github.com/jupyter/enhancement-proposals/pull/15)
15-
1. [Submitted] - [Notebook Translation and Localization](https://github.com/jupyter/enhancement-proposals/pull/16)
16-
1. [Completed] - [Declarative Widgets Extension](https://github.com/jupyter/enhancement-proposals/pull/18)
17-
1. [Completed] - [Dashboards Notebook Extension](https://github.com/jupyter/enhancement-proposals/pull/17)
18-
1. [Submitted] - [Standalone Jupyter Server](https://github.com/jupyter/enhancement-proposals/pull/28)
19-
1. [Completed] - [Move Dashboards Deployment Projects from Incubator to Attic](https://github.com/jupyter/enhancement-proposals/pull/22)
20-
1. [Submitted] - [Jupyter Template as Metadata](https://github.com/jupyter/enhancement-proposals/pull/23)
21-
1. [Submitted] - [Simplifying Error Reporting in Jupyter Protocol](https://github.com/jupyter/enhancement-proposals/pull/24)
22-
1. [Completed] - [Enterprise Gateway](https://github.com/jupyter/enhancement-proposals/pull/25)
23-
1. [Submitted] - [Add Languare Server Support to Jupyter Server and jupyterlab-monaco](https://github.com/jupyter/enhancement-proposals/pull/26)
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 | Completed | [Diffing and Merging Notebooks](https://github.com/jupyter/enhancement-proposals/pull/8) |
16+
| 0012 | Completed | [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 | Completed | [Dashboards Notebook Extension](https://github.com/jupyter/enhancement-proposals/pull/17) |
21+
| 0018 | Completed | [Declarative Widgets Extension](https://github.com/jupyter/enhancement-proposals/pull/18) |
22+
| 0022 | Completed | [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 | Completed | [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) |
2428

2529

2630
## How do I submit a JEP?

0 commit comments

Comments
 (0)