jupyterhub run with jupytrerlab on my vps (archlinux) in a venv.
Sagemath is installed at /usr/bin/sage.
venv/bin/jupyter kernelspec list
or sudo venv/bin/jupyter kernelspec list return
Available kernels:
python3 /truc/opt/jupyterhub/share/jupyter/kernels/python3
sagemath /usr/share/jupyter/kernels/sagemath
/usr/share/jupyter/kernels/sagemath/kernel.json.in contain
{'argv': ['/usr/bin/sage',
'--python',
'-m',
'sage.repl.ipython_kernel',
'-f',
'{connection_file}'],
'display_name': 'SageMath 10.7',
'language': 'sage'}
When i log in a web browser to jupyterlab, all icons are correct.
Python 3 (ipykernel) work well, but when i click on SageMath 10.7 console, the console opening don't print something like
SageMath version 10.7, Release Date: 2025-08-09 │
│ Using Python 3.13.7. Type "help()" for help.
but instead simply suspension points and nothing works.
Is somebody may tell me what i did wrong?
Instantiating kernel 'Python 3 (ipykernel)' with kernel provisioner: local-provisionerandStarting kernel: ['/Users/ .... Again, it isn't meant to be related but what you want to be looking for to debug further.