On Sun, Apr 28, 2019 at 11:08 AM Song Liu <[email protected]> wrote:
> And the https://github.com/jupyter/notebook will be used for JupyterLab > as it is without any modification ? > or what's the relationship between jupyter/notebook and > jupyterlab/jupyterlab project ? > > jupyter/notebook is the "classic notebook" web application that has been around for a long time now. It consists of both the backend server and the frontend javascript. jupyter/jupyterlab is a complete reimplementation of the frontend (it does not use the jupyter/notebook javascript), but still uses the jupyter/notebook backend server. Jason -- 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/CAPDWZHxOCTtfBgqzccs8OL6oOgsMinanPtK9rBu6K_nLKAa2dg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
