I’m trying to start a jupyverse instance on a remote server via ssh.
When I run the following this is what I get:
pip install "jupyter-collaboration" "jupyverse[jupyterlab,auth]"
jupyverse
[2025-01-20 12:57:42,640 INFO] Running in development mode
[2025-01-20 12:57:43,316 INFO] Starting application
[2025-01-20 12:57:53,319 ERROR] Timeout waiting for the root component to start
[2025-01-20 12:57:53,319 INFO] Stopping application
[2025-01-20 12:57:53,319 INFO] Application stopped
1 Like
smhr
January 21, 2025, 5:27am
2
Hi,
I also has this problem. My jupyter packages are:
jupyter-lsp 2.2.0 pyhd8ed1ab_0 conda-forge
jupyter_client 8.6.0 pyhd8ed1ab_0 conda-forge
jupyter_core 5.5.0 py311h38be061_0 conda-forge
jupyter_events 0.9.0 pyhd8ed1ab_0 conda-forge
jupyter_server 2.10.1 pyhd8ed1ab_0 conda-forge
jupyter_server_terminals 0.4.4 pyhd8ed1ab_1 conda-forge
jupyterlab 4.2.5 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.2.2 pyhd8ed1ab_0 conda-forge
jupyterlab_server 2.27.3 pyhd8ed1ab_1 conda-forge
jupyverse 0.6.4 pyhd8ed1ab_1 conda-forge
jupyverse-api 0.6.4 pyhd8ed1ab_1 conda-forge
Thanks
I had jupyterlab installed via conda but jupyverse packages installed via pip in the same environment. Once I uninstall it via pip and reinstalled via conda it worked.
1 Like