@@ -6,21 +6,25 @@ This repository contains enhancement proposals for the Jupyter ecosystem, known
6
6
7
7
Below is a list of JEPs that have been submitted. To view the discussion around each JEP, click on the links below.
8
8
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 ) |
24
28
25
29
26
30
## How do I submit a JEP?
0 commit comments