Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating table and standardizing folder names #57

Merged
merged 1 commit into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
53 changes: 29 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,37 @@

This repository contains enhancement proposals for the Jupyter ecosystem, known as Jupyter Enhancement Proposals or JEPs. Jupyter Enhancement Proposals will be used when presenting changes or additions that affect multiple components of the Jupyter ecosystem OR changes to a single key component.

See [the Enhancement Proposal Guidelines](jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines.md)
for more information.

## Index of JEPs

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

### Numerical Index

| Number | Status | Title |
|--------|--------|-------|
| 0004 | Inactive | [New Notebook Format for improved workflow integration](https://github.com/jupyter/enhancement-proposals/pull/4) |
| 0007 | Inactive | [Jupyter Extension Generator](https://github.com/jupyter/enhancement-proposals/pull/7) |
| 0008 | Implemented | [Diffing and Merging Notebooks](https://github.com/jupyter/enhancement-proposals/pull/8) |
| 0012 | Implemented | [Kernel Gateway](https://github.com/jupyter/enhancement-proposals/pull/12) |
| 0014 | **Submitted** | [Kernel Nanny](https://github.com/jupyter/enhancement-proposals/pull/14) |
| 0015 | Withdrawn | [Layout Namespaces and Discovery](https://github.com/jupyter/enhancement-proposals/pull/15) |
| 0016 | **Submitted** | [Notebook Translation and Localization](https://github.com/jupyter/enhancement-proposals/pull/16) |
| 0017 | Implemented | [Dashboards Notebook Extension](https://github.com/jupyter/enhancement-proposals/pull/17) |
| 0018 | Implemented | [Declarative Widgets Extension](https://github.com/jupyter/enhancement-proposals/pull/18) |
| 0022 | Implemented | [Move Dashboards Deployment Projects from Incubator to Attic](https://github.com/jupyter/enhancement-proposals/pull/22) |
| 0023 | **Submitted** | [Jupyter Template as Metadata](https://github.com/jupyter/enhancement-proposals/pull/23) |
| 0024 | **Submitted** | [Simplifying Error Reporting in Jupyter Protocol](https://github.com/jupyter/enhancement-proposals/pull/24) |
| 0025 | Implemented | [Enterprise Gateway](https://github.com/jupyter/enhancement-proposals/pull/25) |
| 0026 | **Submitted** | [Add Language Server Support to Jupyter Server and jupyterlab-monaco](https://github.com/jupyter/enhancement-proposals/pull/26) |
| 0028 | **Submitted** | [Standalone Jupyter Server](https://github.com/jupyter/enhancement-proposals/pull/28) |
| 0029 | **Accepted** | [Jupyter Enhancement Proposal updates](https://github.com/jupyter/enhancement-proposals/pull/29)
| 0042 | **Accepted** | [Voila Incorporation](https://github.com/jupyter/enhancement-proposals/pull/42)
| 0044 | **Accepted** | [Xeus Incorporation](https://github.com/jupyter/enhancement-proposals/pull/44)
Below is a list of JEPs that have been Submitted in the past.

If a JEP is in the **Submitted** state, a pull-request is currently open for conversation and comments. If a JEP
is in the **Accepted** state, the JEP has been merged into this repository, and work is
encouraged to commence on the topic.

| Number | Status | Title | PR |
|--------|--------|-------|----|
| 0004 | Withdrawn | New Notebook Format for improved workflow integration | [#04](https://github.com/jupyter/enhancement-proposals/pull/4) |
| 0007 | Withdrawn | Jupyter Extension Generator | [#07](https://github.com/jupyter/enhancement-proposals/pull/07) |
| 0008 | Implemented | [Diffing and Merging Notebooks](08-notebook-diff/notebook-diff.md) | [#08](https://github.com/jupyter/enhancement-proposals/pull/08) |
| 0012 | Implemented | [Kernel Gateway](12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation.md) | [#12](https://github.com/jupyter/enhancement-proposals/pull/12) |
| 0014 | **Submitted** | Kernel Nanny | [#14](https://github.com/jupyter/enhancement-proposals/pull/14) |
| 0015 | Withdrawn | Layout Namespaces and Discovery | [#15](https://github.com/jupyter/enhancement-proposals/pull/15) |
| 0016 | **Submitted** | Notebook Translation and Localization | [#16](https://github.com/jupyter/enhancement-proposals/pull/16) |
| 0017 | Implemented | [Dashboards Notebook Extension](17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation.md) | [#17](https://github.com/jupyter/enhancement-proposals/pull/17) |
| 0018 | Implemented | [Declarative Widgets Extension](18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation.md) | [#18](https://github.com/jupyter/enhancement-proposals/pull/18) |
| 0022 | Implemented | [Move Dashboards Deployment Projects from Incubator to Attic](22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic.md) | [#22](https://github.com/jupyter/enhancement-proposals/pull/22) |
| 0023 | **Submitted** | Jupyter Template as Metadata | [#23](https://github.com/jupyter/enhancement-proposals/pull/23) |
| 0024 | **Submitted** | Simplifying Error Reporting in Jupyter Protocol | [#24](https://github.com/jupyter/enhancement-proposals/pull/24) |
| 0025 | Implemented | [Enterprise Gateway](25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation.md) | [#25](https://github.com/jupyter/enhancement-proposals/pull/25) |
| 0026 | **Submitted** | Add Language Server Support to Jupyter Server and jupyterlab-monaco | [#26](https://github.com/jupyter/enhancement-proposals/pull/26) |
| 0028 | **Accepted** | [Standalone Jupyter Server](28-jupyter-server/jupyter-server.md) | [#28](https://github.com/jupyter/enhancement-proposals/pull/28) |
| 0029 | **Accepted** | [Jupyter Enhancement Proposal updates](29-jep-process/jep-process.md) | [#29](https://github.com/jupyter/enhancement-proposals/pull/29) |
| 0042 | **Accepted** | [Voila Incorporation](42-voila-incorporation/voila-incorporation.md) | [#43](https://github.com/jupyter/enhancement-proposals/pull/43) |
| 0044 | **Accepted** | [Xeus Incorporation](44-xeus-incorporation/xeus-incorporation.md) | [#44](https://github.com/jupyter/enhancement-proposals/pull/44) |

## How do I submit a JEP?

Expand Down
21 changes: 12 additions & 9 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
file: README
sections:
- file: README
- file: jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines

- header: Accepted
- file: 44-xeus-incorporation/xeus-incorporation
- file: 42-voila-incorporation/voila-incorporation
- file: 29-jep-process/jep-process
- file: 28-jupyter-server/jupyter-server
- file: jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic
- file: jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation
- file: jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation
- file: jupyter-enhancement-proposal-guidelines/jupyter-enhancement-proposal-guidelines
- file: jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation
- file: jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation
- file: notebook-diff/notebook-diff

- header: Implemented
- file: 25-jupyter-enterprise-gateway-incorporation/jupyter-enterprise-gateway-incorporation
- file: 22-jupyter-dashboards-deployment-attic/jupyter-dashboards-deployment-attic
- file: 18-jupyter-declarativewidgets-incorporation/jupyter-declarativewidgets-extension-incorporation
- file: 17-jupyter-dashboards-extension-incorporation/jupyter-dashboards-extension-incorporation
- file: 12-jupyter-kernel-gateway-incorporation/jupyter-kernel-gateway-incorporation
- file: 08-notebook-diff/notebook-diff