Skip to content

Commit 6348e76

Browse files
committed
Add content header to JEP
1 parent 0312bd9 commit 6348e76

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

jep-process/README.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# Jupyter Enhancement Proposal Pre-Read
2-
3-
Jason Grout ([[email protected]](mailto:[email protected])), Safia Abdalla ([[email protected]](mailto:[email protected])), John Lam ([[email protected]](mailto:[email protected])), Kevin M. McCormick ([[email protected]](mailto:[email protected])), Pierre Brunelle ([[email protected]](mailto:[email protected])), Paul Ivanov ([[email protected]](mailto:[email protected]))
1+
| Item | Value |
2+
| ---------- | ------------------------------------------------------------ |
3+
| JEP number | 29 |
4+
| Title | Jupyter Enhancement Proposal |
5+
| Authors | Jason Grout ([[email protected]](mailto:[email protected])), Safia Abdalla ([[email protected]](mailto:[email protected])), John Lam ([[email protected]](mailto:[email protected])), Kevin M. McCormick ([[email protected]](mailto:[email protected])), Pierre Brunelle ([[email protected]](mailto:[email protected])), Paul Ivanov ([[email protected]](mailto:[email protected])) |
6+
| Status | Submitted |
7+
| Type | P - Process |
8+
| Created | 23-Feb-2019 |
9+
| History | 04-Mar-2019 |
410

511
### Background
612

@@ -50,7 +56,6 @@ With that in mind, the JEP process operates under the following tenets:
5056
- Changes to the JEP process itself.
5157
- Creating a new GitHub repo in one of the official Jupyter orgs
5258

53-
-
5459

5560
## JEP Submission Workflow
5661

@@ -61,16 +66,15 @@ This is the least formal stage of any jupyter enhancement proposals. During this
6166
In order to transition out of the pre-proposal stage, the following checklist must be complete:
6267

6368
1. A github issue on the Jupyter Enhancement Proposals repo is created that
64-
6569
2. 1. Briefly outlines the proposal
6670

6771
2. Suggested review team (optional)
6872

6973
3. Why it should be a JEP
7074

7175
4. 1. See the “JEP / Not-a-JEP Rubric” below.
72-
7376
3. A *Shepherd* is identified to see the process through. (Shepherds are assigned on a round-robin basis from a set of interested engaged volunteers).
77+
4. A number is assigned to the JEP to track it through the rest of the process.
7478

7579
Outcome:
7680

@@ -111,25 +115,17 @@ This section contains a list of principles and scenarios that can be used to hel
111115
**Principles (If yes, Requires a JEP)**
112116

113117
- Does the proposal/implementation require PRs across multiple orgs?
114-
115118
- - Defining a unique cell identifier
116-
117119
- Does the proposal/implementation PR impact multiple orgs, or have widespread community impact?
118-
119120
- - Updating nbformat
120-
121121
- Does the proposal/implementation change an invariant in one or more orgs?
122-
123122
- - Defining a unique cell identifier
124123
- Deferred kernel startup
125-
126124
- Does the proposal/implementation create a new concept that will impact multiple repositories?
127-
128125
- - Sandboxed cell outputs
129-
130126
- The proposal involve creating a new repository or subproject?
131127

132-
- ## Glossary
128+
### Glossary
133129

134130
- Jupyter Enhancement Proposal (JEP): A written document that describes a proposed unit of significant work on Jupyter.
135131

@@ -152,7 +148,3 @@ This section contains a list of principles and scenarios that can be used to hel
152148
- Approved
153149
- In progress
154150
- Completed
155-
156-
-
157-
158-
-

0 commit comments

Comments
 (0)