-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyter lab is stuck when opening a new notebook #16985
Comments
Hi @nonZero. Thank you for creating this issue. Could you please advise on the simplest way to reproduce this, if you are seeing this when launching JupyterLab with just |
I have the same bug. |
Bingo! same here! |
So this is likely:
Can you update |
For me it does not. It keeps adding RTC in the url and hangs at loading. |
Same here.
Is there a way to disable rtc completely as a workaround?
…On Tue, Dec 3, 2024, 01:01 felrugo ***@***.***> wrote:
Can you update jupyter_ydoc locally to 3.0.2 and confirm that this helps?
For me it does not. It keeps adding RTC in the url and hangs at loading.
Also if I replace the RTC part, after some time it stops loading new cells.
Only the cell I edited and its neighbours are loaded. If I scroll up it is
just empty space...
—
Reply to this email directly, view it on GitHub
<#16985 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQHNEIG2PYQO6SZ2ILPUT2DTRGFAVCNFSM6AAAAABSHOTU2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJTGE2TONRZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yes, but first, can you post the version of
To disable it, assuming latest version and installation via
|
I believe that the problem is a little harder... I don't have
I am using archlinux and my system' python have:
again, a new venv does not run correctly: jupyter from docker runs correctly. |
But you have
And you have old version of
As per above, the issue should be fixed by 3.0.2. |
Those versions are on my System's python (/usr/bin/python, /usr/lib...). |
I am using Manjaro and created a virtualenv (venv) and installed jupyterlab with pip. I think my problem was that the jupyterlab package did not require jupyter-collaboration therefore the RTC protocoll did not work properly. I dont know how does it work on other platforms, but I think the solution should be that jupyterlab should install the collaboration package as well as I see it is its default opening mode now. Or have it in the docs that one should install the collaboration package as well. Anyways thank you @krassowski for mentioning the collaboration package. I will test whether the "dissapearing cells" bug solved as well. |
running i.e. in my case jupyterlab inside a venv requires jupyter-collaboration to work properly. |
To easily reproduce: Runs correctly: Does not run correctly: |
Description
jupyter lab is stuck when opening a new notebook
Reproduce
reproduced in firefox and chrome, including incognito.
does not reproduce with
jupyter lab --core-mode
!!!Context
running in many ways, including
uv tool run --python 3.12 --from jupyterlab python -m jupyterlab
Troubleshoot Output
The text was updated successfully, but these errors were encountered: