Skip to content

Commit

Permalink
Merge pull request #57 from choldgraf/table_update
Browse files Browse the repository at this point in the history
updating table and standardizing folder names
  • Loading branch information
blink1073 committed Jun 19, 2020
2 parents 003b2d7 + 31afae3 commit 1bb020b
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 33 deletions.
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

0 comments on commit 1bb020b

Please sign in to comment.