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.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/fcb0f0cb-da1e-4d67-8c49-0485633633e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to