--
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 jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/d9872648-8909-4ad8-84f7-853ae8c81460%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 <song...@gmail.com> 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 jup...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/75cefc72-3b75-481e-8c47-d766703ec39e%40googlegroups.com.
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 jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/283939d7-fdc1-4179-bbda-af9b7f36098c%40googlegroups.com.
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 ?
> To unsubscribe from this group and stop receiving emails from it, send an email to jup...@googlegroups.com.
--
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 jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/8a8db447-6ec2-4a82-889e-091de9996b35%40googlegroups.com.
It sounds like basically you just want, when opening a notebook, for the kernel to only be launched when you execute the first cell, instead of launching the kernel automatically when the notebook opens? We discussed this when implementing JupyterLab, but decided to stay with the behavior from classic notebook. However, we've been discussing recently changing the behavior in JupyterLab to not launch the kernel when a notebook starts up, and waiting until the first time a cell is executed.Jason
On Tue, Apr 30, 2019 at 10:15 AM Song Liu <song...@gmail.com> wrote:
Also, about the separation looks like a direction in the community, but there are not some progress for a long time.--and I see there are two jupyter server:- jupyter/jupyter_server- jupyterlab/jupyterlab_serverI feel that the refactor want to be done under the new group "jupyterlab", but jupyterlab is still using something from old group "jupyter". It would confuse if we want to contribute something.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 jup...@googlegroups.com.
Yes, this is the kernel and Jupyter Server separation solution for my requirement.So what is the schedule for this kernel launching behavior change ? where could access this kind of discussion ?
--
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 jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/d829a562-14eb-4292-b723-36a70936d5f7%40googlegroups.com.
The decision of if and when to launch a kernel is a frontend decision, not a backend decision. That's why it should also be a JupyterLab issue.Thanks for finding that Jupyter notebook issue. If you could reference that, that would help tie in the discussion.Thanks,Jason
On Thu, May 2, 2019 at 1:53 PM Song Liu <song...@gmail.com> wrote:
Yes, I can.--But it seems that there is already a same issue in jupyter/notebook project (https://github.com/jupyter/notebook/issues/3170), I understand jupyterlab is using the jupyter/notebook as its backend, or jupyterlab will rewrite not only the frontend but also the backend ?
On Wednesday, May 1, 2019 at 6:48:29 AM UTC+8, Jason Grout wrote:On Tue, Apr 30, 2019 at 4:36 PM Song Liu <song...@gmail.com> wrote:Yes, this is the kernel and Jupyter Server separation solution for my requirement.So what is the schedule for this kernel launching behavior change ? where could access this kind of discussion ?The current state is:1. We discussed this when implementing JupyterLab, and decided to go with the classic notebook behavior for compatibility.2. We are releasing 1.0 shortly (in the next several months?), and we (most likely) wouldn't change this behavior at this point for 1.0.3. We can take up this discussion after releasing 1.0, especially if someone volunteers to do the work for it.Do you want to open an issue for "Launch a kernel for notebook only when needed, not at open" in the jupyterlab repo at https://github.com/jupyterlab/jupyterlab/issues/new? That will help us keep track of this request.Thanks,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 jup...@googlegroups.com.