-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
notebook and lab can't open in RTC #390
Comments
I am seeing the same thing on an upgraded JupyterLab 4.3.0 and jupyter-collaboration 3.0.0. |
Uninstalling jupyter-collaboration resolves the problem. |
Could you try removing some local |
Do you remember which Jupyter path that is under? |
It should be local to where you start |
Thanks, confirming for others that deleting the |
I tried creating a notebook with jupyter-collaboration v2, then upgrading to v3 and opening the notebook again, without issue. |
Anything else that would cause this? |
Not that I can think of, and without a reproducer it's hard to go further. |
I can reproduce it when updating a package that depends on For example with jupyterlab_chat on main (depends on
Installing again the package from that PR (depends on
The This can be tried running Of note, the installation works well when starting from a new environment. |
Thanks for reproducing this @brichet ! |
I can reliably and easily reproduce this problem by updating from jupyterlab-chat version that uses jupyter-collaboration v2 to one that uses jupyter-collaboration v3 as so:
Next I looked into @davidbrochart, could you please look into this comment and why Theory of mine is that in version check code SQLite commands that I used / are used in `_init_db` function:
sqlite3 .jupyter_ystore.db
SELECT count(name)
FROM sqlite_master
WHERE type='table'
AND name='yupdates';
|
Can't Use RTC in jupyter notebook and jupyterlab
Error
It only be loading at all time.
Context
The text was updated successfully, but these errors were encountered: