Skip to content

Commit 15e8169

Browse files
authored
Merge pull request #85 from afshin/clean-up
2 parents 8882fa7 + 1709e84 commit 15e8169

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed
File renamed without changes.

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ encouraged to commence on the topic.
2828
| 0023 | **Submitted** | Jupyter Template as Metadata | [#23](https://github.com/jupyter/enhancement-proposals/pull/23) |
2929
| 0024 | **Submitted** | Simplifying Error Reporting in Jupyter Protocol | [#24](https://github.com/jupyter/enhancement-proposals/pull/24) |
3030
| 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) |
36-
| 0047 | **Accepted** | [Jupyter Debugger Protocol](47-jupyter-debugger-protocol/jupyter-debugger-protocol.md) | [#47](https://github.com/jupyter/enhancement-proposals/pull/47) |
37-
| 0062 | **Accepted** | [Cell ID Addition to Notebook Format](62-cell-id/cell-id.md) | [#62](https://github.com/jupyter/enhancement-proposals/pull/62) |
31+
| 0026 | Withdrawn | Add Language Server Support to Jupyter Server and jupyterlab-monaco | [#26](https://github.com/jupyter/enhancement-proposals/pull/26) |
32+
| 0028 | Implemented | [Standalone Jupyter Server](28-jupyter-server/jupyter-server.md) | [#28](https://github.com/jupyter/enhancement-proposals/pull/28) |
33+
| 0029 | Implemented | [Jupyter Enhancement Proposal updates](29-jep-process/jep-process.md) | [#29](https://github.com/jupyter/enhancement-proposals/pull/29) |
34+
| 0042 | Implemented | [Voila Incorporation](42-voila-incorporation/voila-incorporation.md) | [#43](https://github.com/jupyter/enhancement-proposals/pull/43) |
35+
| 0044 | Implemented | [Xeus Incorporation](44-xeus-incorporation/xeus-incorporation.md) | [#44](https://github.com/jupyter/enhancement-proposals/pull/44) |
36+
| 0047 | Implemented | [Jupyter Debugger Protocol](47-jupyter-debugger-protocol/jupyter-debugger-protocol.md) | [#47](https://github.com/jupyter/enhancement-proposals/pull/47) |
37+
| 0062 | Implemented | [Cell ID Addition to Notebook Format](62-cell-id/cell-id.md) | [#62](https://github.com/jupyter/enhancement-proposals/pull/62) |
38+
| 0065 | **Accepted** | [Replace PUB socket with XPUB socket](65-jupyter-xpub/jupyter-xpub.md) | [#65](https://github.com/jupyter/enhancement-proposals/pull/65) |
3839
| 0072 | **Accepted** | [Language server protocol (LSP)](72-language-server-protocol/language-server-protocol.md) | [#72](https://github.com/jupyter/enhancement-proposals/pull/72) |
39-
| 0079 | **Submitted** | Build Jupyter Notebook v7 off of JupyterLab components | [#79](https://github.com/jupyter/enhancement-proposals/pull/79) |
40+
| 0079 | **Accepted** | [Build Jupyter Notebook v7 off of JupyterLab components](79-notebook-v7/notebook-v7.md) | [#79](https://github.com/jupyter/enhancement-proposals/pull/79) |
4041

4142
## How do I submit a JEP?
4243

@@ -68,7 +69,7 @@ Follow these steps:
6869
$ pip install nox
6970
```
7071
- Build the docs from the `enhancement-proposals` folder:
71-
72+
7273
```console
7374
$ nox -s docs
7475
```

_toc.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ parts:
1010
- caption: Accepted JEPs
1111
chapters:
1212
- file: 72-language-server-protocol/language-server-protocol.md
13-
- file: 62-cell-id/cell-id
14-
- file: 47-jupyter-debugger-protocol/jupyter-debugger-protocol.md
15-
- file: 44-xeus-incorporation/xeus-incorporation
16-
- file: 42-voila-incorporation/voila-incorporation
17-
- file: 29-jep-process/jep-process
18-
- file: 28-jupyter-server/jupyter-server
13+
- file: 65-jupyter-xpub/jupyter-xpub
14+
- file: 79-notebook-v7/notebook-v7
1915

2016
- caption: Implemented JEPs
2117
chapters:
@@ -25,3 +21,9 @@ parts:
2521
- file: 17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation
2622
- file: 12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation
2723
- file: 08-notebook-diff/notebook-diff
24+
- file: 62-cell-id/cell-id
25+
- file: 47-jupyter-debugger-protocol/jupyter-debugger-protocol.md
26+
- file: 44-xeus-incorporation/xeus-incorporation
27+
- file: 42-voila-incorporation/voila-incorporation
28+
- file: 29-jep-process/jep-process
29+
- file: 28-jupyter-server/jupyter-server

0 commit comments

Comments
 (0)