What's the relationship between the jupyterlab and jupyterlab_server

33 views
Skip to first unread message

Song Liu

unread,
May 7, 2019, 2:18:28 AM5/7/19
to Project Jupyter
Inside the jupyterlab/jupyterlab, it seems that the app is constructed from notebook app:

```

from notebook.notebookapp import NotebookApp
...
class LabApp(NotebookApp):

```

some questions:

- is this LabApp just the frontend server (Web) ?
- is jupyterlab_server the real backend server ?
- if yes, how does this LabApp interact with the jupyterlab_server ?

Could someone help clarify this ? many thanks.
Reply all
Reply to author
Forward
0 new messages