Notebooks on JupyterHub take forever to load #202

Closed
opened 2023-04-03 18:20:51 +00:00 by a · 3 comments
Owner

Guess what? Arch Linux packaging broke Jupyter again! As if #198 #182 #125 weren't enough.

Once again, doing pip install jupyterlab in a clean venv works, so Arch is obviously the culprit. I'm guessing this is because there's a necessary package that Arch didn't add as a dependency.

Guess what? Arch Linux packaging broke Jupyter again! As if #198 #182 #125 weren't enough. Once again, doing `pip install jupyterlab` in a clean venv works, so Arch is obviously the culprit. I'm guessing this is because there's a necessary package that Arch didn't add as a dependency.
a added the
bug
label 2023-04-03 18:20:51 +00:00
Author
Owner

OK, I created an Arch bug for this: https://bugs.archlinux.org/task/78105

In the meantime, if you're affected, you can run pip install jupyterlab to install the missing dependencies manually.

OK, I created an Arch bug for this: https://bugs.archlinux.org/task/78105 In the meantime, if you're affected, you can run `pip install jupyterlab` to install the missing dependencies manually.
Author
Owner

This bug only happens when collaborative editing is enabled, because Arch doesn't have the dependencies needed for that in their repositories and I don't want to write 10 PKGBUILDs. I disabled collaborative editing for now in Jupyter and you can re-enable it by installing the dependencies with pip install jupyter_collaboration and running jupyter-lab --collaborative.

I think Jupyter just likes breaking stuff all the time and shuffling around dependencies, so I'm just going to let the Arch maintainers figure this one out and re-enable collaborative editing once they fix it.

This bug only happens when collaborative editing is enabled, because Arch doesn't have the dependencies needed for that in their repositories and I don't want to write 10 PKGBUILDs. I disabled collaborative editing for now in Jupyter and you can re-enable it by installing the dependencies with `pip install jupyter_collaboration` and running `jupyter-lab --collaborative`. I think Jupyter just likes breaking stuff all the time and shuffling around dependencies, so I'm just going to let the Arch maintainers figure this one out and re-enable collaborative editing once they fix it.
a closed this issue 2023-04-09 02:40:57 +00:00
Author
Owner

Antonio Rojas packaged the missing deps so now collaborative works again! 🎉 I re-enabled it by default so you don't need to do any workarounds to use it.

[Antonio Rojas packaged the missing deps](https://bugs.archlinux.org/task/78105) so now collaborative works again! 🎉 I re-enabled it by default so you don't need to do any workarounds to use it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/exozyme#202
No description provided.