Hello,
There are lot of jupyterhub single user process running on the background for almost 15 days… All my users has closed their session from jupyterlab , but the process are running for long.
This is happening after my recent installation of anaconda release. Below are the version of jupyter and conda running on my platform
(base) conda --version
conda 25.1.0
(base) conda list jupyter
packages in environment at /opt/anaconda3:
Name Version Build Channel
jupyter 1.1.1 pyhd8ed1ab_1 conda-forge
jupyter-dash 0.4.2 pyhd8ed1ab_1 conda-forge
jupyter-lsp 2.2.5 pyhd8ed1ab_1 conda-forge
jupyter-resource-usage 1.1.0 pyhd8ed1ab_1 conda-forge
jupyter_client 8.6.3 pyhd8ed1ab_1 conda-forge
jupyter_console 6.6.3 pyhd8ed1ab_1 conda-forge
jupyter_core 5.7.2 py312h7900ff3_0 conda-forge
jupyter_events 0.11.0 pyhd8ed1ab_0 conda-forge
jupyter_scheduler 2.10.0 pyha770c72_0 conda-forge
jupyter_server 2.15.0 pyhd8ed1ab_0 conda-forge
jupyter_server_terminals 0.5.3 pyhd8ed1ab_1 conda-forge
jupyter_telemetry 0.1.0 pyhd8ed1ab_1 conda-forge
jupyterhub 5.2.1 pyh31011fe_0 conda-forge
jupyterhub-base 5.2.1 pyh31011fe_0 conda-forge
jupyterlab 4.3.5 pyhd8ed1ab_0 conda-forge
jupyterlab-variableinspector 3.2.4 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.3.0 pyhd8ed1ab_2 conda-forge
jupyterlab_server 2.27.3 pyhd8ed1ab_1 conda-forge
jupyterlab_widgets 3.0.13 pyhd8ed1ab_1 conda-forge
One example is below. I have logged out from my jupyterlab but below process is running from Feb05
(base)ps -ef | grep xxxx
xxxx 6081 5450 0 Feb05 ? 01:06:10 /opt/anaconda3/bin/python3.12 /opt/anaconda3/bin/jupyterhub-singleuser
Please let me know what could be the reason for this…