FS#78105 - [jupyterlab] jupyter-lab --collaborative causes notebooks to load endlessly

Attached to Project: Community Packages
Opened by Anthony Wang (Ta180m) - Monday, 03 April 2023, 18:35 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 09 April 2023, 18:49 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Running jupyter-lab with the flag --collaborative causes opening notebooks to load infinitely. This is because Arch Linux's `jupyterlab` package is missing several important dependencies. Running `pip install jupyterlab` installs these dependencies and causes `jupyter-lab --collaborative` to actually work.

Steps to reproduce:
`pacman -S jupyterlab`
`jupyter-lab --collaborative`
Try to open a notebook and it loads infinitely

`pip install jupyterlab`
`jupyter-lab --collaborative`
Try to open a notebook and it loads quickly
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 09 April 2023, 18:49 GMT
Reason for closing:  Fixed
Additional comments about closing:  jupyterlab 3.6.3-3
Comment by Toolybird (Toolybird) - Monday, 03 April 2023, 20:02 GMT
> missing several important dependencies

Which ones?
Comment by Anthony Wang (Ta180m) - Tuesday, 04 April 2023, 00:44 GMT
If you do a `pip install jupyterlab`, it installs the additional dependencies `aiofiles-22.1.0 aiosqlite-0.18.0 arrow-1.2.3 fqdn-1.5.1 isoduration-20.11.0 jsonpointer-2.3 jupyter-server-fileid-0.8.0 jupyter-server-ydoc-0.8.0 jupyter-ydoc-0.2.3 nbclassic-0.5.4 notebook-6.5.3 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 uri-template-1.2.0 webcolors-1.13 y-py-0.5.9 ypy-websocket-0.8.2`.
Comment by Antonio Rojas (arojas) - Sunday, 09 April 2023, 18:48 GMT
The dependencies are now in place and an oprtepend has been added to jupyterlab

Loading...