The jupyterlab examples/notebook example does use a notebook server backend (like I mentioned). It provides a starting point for you to see the sorts of components needed to build a front-end only solution for viewing/editing notebooks. Someone will still need to write a front-end thing like you are asking about.
Thanks, Jason On Sun, Apr 28, 2019 at 6:23 PM Song Liu <[email protected]> wrote: > It seems that examples/notebook from JupyterLab project it is still > launching a Notebook App Server which would provide the Web and Backend > functions. > > So that actually I am looking for a deployment separation between "static > (html,js)" and the backend server, where: > > - the web server provides the viewing and editing (+ save to storage) > function > - the backend server is created on demand for running > > -- > 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/283939d7-fdc1-4179-bbda-af9b7f36098c%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/283939d7-fdc1-4179-bbda-af9b7f36098c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPDWZHwQb3Tt%3Dwh9WqStnYgH9oa0VBP4Z3QnNs7aeR7Pc5SRLQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
