Skip to content

Commit a9d21a2

Browse files
committed
add submission table
1 parent b0142d0 commit a9d21a2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

jupyter-server/jupyter-server.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Standalone Jupyter server enhancement proposal [active]
22

3+
| Item | Value |
4+
|------------|------------------------------------------------------------------------------------------------------------------------------|
5+
| JEP Number | 10 |
6+
| Title | Standalone Jupyter Server |
7+
| Authors | Zach Sailer ([@Zsailer](https://github.com/Zsailer)) and Sylvain Corlay ([@SylvainCorlay](https://github.com/sylvaincorlay)) |
8+
| Status | Draft |
9+
| Type | S - [Standards Track](https://www.python.org/dev/peps/#pep-types-key) JEP |
10+
| Created | 20 September 2016 |
11+
| History | 20 September 2016, 12 February 2019 |
12+
313
## Problem
414

515
There are now multiple frontends that talk to the backend services provided by the notebook server: the legacy Notebook, the dashboards, JupyterLab, standalone widgets and more. The configuration of legacy notebook and the backend server are tightly coupled. As a consequence, the other applications are forced to load the legacy notebook to use the backend server.

0 commit comments

Comments
 (0)