Skip to content

Commit 8fed9a3

Browse files
committed
More missing JEPs
1 parent 55dae78 commit 8fed9a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ encouraged to commence on the topic.
4141
| 0066 | **Accepted** | [Kernel Handshaking pattern](66-jupyter-handshaking/jupyter-handshaking.md) | [#66](https://github.com/jupyter/enhancement-proposals/pull/66) |
4242
| 0072 | **Accepted** | [Language server protocol (LSP)](72-language-server-protocol/language-server-protocol.md) | [#72](https://github.com/jupyter/enhancement-proposals/pull/72) |
4343
| 0079 | Implemented | [Build Jupyter Notebook v7 off of JupyterLab components](79-notebook-v7/notebook-v7.md) | [#79](https://github.com/jupyter/enhancement-proposals/pull/79) |
44+
| 0080 | **Accepted** | [Support `kernel_info` request on the control channel](80-kernel-info/kernel-info.md) | [#80](https://github.com/jupyter/enhancement-proposals/pull/80) |
4445
| 0091 | **Accepted** | [Jupyter kernel subshells](91-kernel-subshells/kernel-subshells.md) | [#91](https://github.com/jupyter/enhancement-proposals/pull/91) |
46+
| 0092 | **Accepted** | [Jupyter Optional Features](92-jupyter-optional-features/jupyter-optional-features.md) | [#92](https://github.com/jupyter/enhancement-proposals/pull/92) |
47+
| 0097 | **Accepted** | [Add `$schema` to notebook format](97-add-schema/add-schema-to-notebook-format.md) | [#97](https://github.com/jupyter/enhancement-proposals/pull/97) |
4548
| 0108 | **Accepted** | [Subdomain and repository for publishing schemas under jupyter.org](108-jupyter-subdomain-for-schemas/jupyter-subdomain-for-schemas.md) | [#108](https://github.com/jupyter/enhancement-proposals/pull/108) |
4649
| 0118 | **Accepted** | [Restart Clarification](118-restart-clarification/restart-clarification.md) | [#118](https://github.com/jupyter/enhancement-proposals/pull/118) |
4750
| 0122 | **Accepted** | [Incorporate Jupyter Book as a subproject](./122-jupyter-book-incorporation/jupyter-book-incorporation.md) | [#123](https://github.com/jupyter/enhancement-proposals/pull/123) |

_toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ parts:
1111
chapters:
1212
- file: 72-language-server-protocol/language-server-protocol.md
1313
- file: 65-jupyter-xpub/jupyter-xpub
14-
- file: 79-notebook-v7/notebook-v7
14+
- file: 92-jupyter-optional-features/jupyter-optional-features.md
15+
- file: 97-add-schema/add-schema-to-notebook-format.md
1516
- file: 108-jupyter-subdomain-for-schemas/jupyter-subdomain-for-schemas
17+
- file: 118-restart-clarification/restart-clarification.md
1618

1719
- caption: Implemented JEPs
1820
chapters:
@@ -28,3 +30,5 @@ parts:
2830
- file: 42-voila-incorporation/voila-incorporation
2931
- file: 29-jep-process/jep-process
3032
- file: 28-jupyter-server/jupyter-server
33+
- file: 79-notebook-v7/notebook-v7
34+
- file: 80-kernel-info/kernel-info.md

0 commit comments

Comments
 (0)