I would look at the JupyterLab notebook example. That example does require a backend, but does get you started in seeing the sorts of components needed to render/edit a notebook:
https://github.com/jupyterlab/jupyterlab/tree/master/examples/notebook Thanks, Jason On Sun, Apr 28, 2019 at 2:52 AM Song Liu <[email protected]> wrote: > Thanks, could you kindly clarify which JupyterLab components could be used > to compose a notebook viewer & editor ? > > On Saturday, April 27, 2019 at 10:06:22 PM UTC+8, Jason Grout wrote: >> >> Absolutely. We wrote each part of JupyterLab as a separate component, and >> it should totally be possible to write just a notebook viewer and editor >> with JupyterLab components. >> >> Jason >> >> >> On Sat, Apr 27, 2019 at 8:50 AM Song Liu <[email protected]> wrote: >> >>> Hi, >>> >>> Just like the Google Colab user experience, is that possible to separate >>> the JupyterLab Web and Backend ? >>> >>> That is the notebook viewing and editing functionality could be provided >>> by the JupyterLab web service just with minimum resource consumption. >>> When running the Python code it could send it to a remote JupyterLab >>> backend (Server and Kernel). >>> >>> Thanks, >>> Song >>> >>> -- >>> 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/d9872648-8909-4ad8-84f7-853ae8c81460%40googlegroups.com >>> <https://groups.google.com/d/msgid/jupyter/d9872648-8909-4ad8-84f7-853ae8c81460%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/75cefc72-3b75-481e-8c47-d766703ec39e%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/75cefc72-3b75-481e-8c47-d766703ec39e%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/CAPDWZHyXH_Dnm4%3DKGektnw3wV9QXa%3DKEH%3DTYoxNPcL8YHRyYrA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
