Closed fcollonval closed 3 years ago
@hackeye
This extension is using /conda/* request path. There are no such call in the trace you reported.
Could you check the server extension is correctly installed?
You can obtain them by running jupyter server extension list
I'm having the same issue. Initialization goes on forever. System is a fresh Ubuntu 21.04 using miniconda to install jupyterhub, jupyterlab, mamba_gator etc. (just testing mamba_gator to see if we can use this on our production systems)
marve@jupyttest:~$ jupyter server extension list
Config dir: /home/marve/.jupyter
/usr/local/Miniconda3-py39_4.9.2-Linux-x86_64/lib/python3.9/site-packages/jupyter_server_mathjax/app.py:40: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
help=_("""The MathJax.js configuration file that is to be used."""),
Config dir: /usr/local/Miniconda3-py39_4.9.2-Linux-x86_64/etc/jupyter
jupyter_server_mathjax enabled
- Validating jupyter_server_mathjax...
jupyter_server_mathjax OK
jupyterlab enabled
- Validating jupyterlab...
jupyterlab 3.1.18 OK
jupyterlab_git enabled
- Validating jupyterlab_git...
jupyterlab_git 0.32.4 OK
mamba_gator enabled
- Validating mamba_gator...
mamba_gator 5.1.2 OK
nbclassic enabled
- Validating nbclassic...
nbclassic OK
nbdime enabled
- Validating nbdime...
nbdime 3.1.0 OK
Config dir: /usr/local/etc/jupyter
marve@jupyttest:~$ cat /etc/issue
Ubuntu 21.04 \n \l
root@jupyttest:/home/azureuser# mamba list jupyterlab
# packages in environment at /usr/local/Miniconda3-py39_4.9.2-Linux-x86_64:
#
# Name Version Build Channel
jupyterlab 3.1.18 pyhd8ed1ab_0 conda-forge
jupyterlab-git 0.32.4 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.1.2 pyh9f0ad1d_0 conda-forge
jupyterlab_server 2.8.2 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 1.0.2 pyhd8ed1ab_0 conda-forge
root@jupyttest:/home/azureuser# mamba list jupyterhub
# packages in environment at /usr/local/Miniconda3-py39_4.9.2-Linux-x86_64:
#
# Name Version Build Channel
jupyterhub 1.4.2 py39hf3d152e_0 conda-forge
jupyterhub-base 1.4.2 py39hf3d152e_0 conda-forge
jupyterhub-idle-culler 1.0 pyh9f0ad1d_0 conda-forge
Nevermind, it seems to be a user environment initialization issue. It started working after running conda init as the user in question and a restart the service.
Originally posted by @hackeye in https://github.com/mamba-org/gator/issues/86#issuecomment-805652488