$ jupyterhub-singleuser --debug
[D 2022-03-16 10:13:11.371 SingleUserNotebookApp application:174] Searching ['/home/jupyter-khoeflich', '/home/jupyter-khoeflich/.jupyter', '/home/jupyter-khoeflich/.local/etc/jupyter', '/opt/tljh/user/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2022-03-16 10:13:11.371 SingleUserNotebookApp application:731] Looking for jupyter_config in /etc/jupyter
[D 2022-03-16 10:13:11.371 SingleUserNotebookApp application:731] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2022-03-16 10:13:11.371 SingleUserNotebookApp application:731] Looking for jupyter_config in /opt/tljh/user/etc/jupyter
[D 2022-03-16 10:13:11.371 SingleUserNotebookApp application:731] Looking for jupyter_config in /home/jupyter-khoeflich/.local/etc/jupyter
[D 2022-03-16 10:13:11.371 SingleUserNotebookApp application:731] Looking for jupyter_config in /home/jupyter-khoeflich/.jupyter
[D 2022-03-16 10:13:11.371 SingleUserNotebookApp application:731] Looking for jupyter_config in /home/jupyter-khoeflich
[D 2022-03-16 10:13:11.372 SingleUserNotebookApp application:731] Looking for jupyter_notebook_config in /etc/jupyter
[D 2022-03-16 10:13:11.372 SingleUserNotebookApp application:731] Looking for jupyter_notebook_config in /usr/local/etc/jupyter
[D 2022-03-16 10:13:11.372 SingleUserNotebookApp application:731] Looking for jupyter_notebook_config in /opt/tljh/user/etc/jupyter
[D 2022-03-16 10:13:11.372 SingleUserNotebookApp application:731] Looking for jupyter_notebook_config in /home/jupyter-khoeflich/.local/etc/jupyter
[D 2022-03-16 10:13:11.372 SingleUserNotebookApp application:731] Looking for jupyter_notebook_config in /home/jupyter-khoeflich/.jupyter
[D 2022-03-16 10:13:11.372 SingleUserNotebookApp application:731] Looking for jupyter_notebook_config in /home/jupyter-khoeflich
[D 2022-03-16 10:13:11.382 SingleUserNotebookApp config_manager:96] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2022-03-16 10:13:11.383 SingleUserNotebookApp config_manager:96] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2022-03-16 10:13:11.383 SingleUserNotebookApp config_manager:96] Paths used for configuration of jupyter_notebook_config:
/opt/tljh/user/etc/jupyter/jupyter_notebook_config.d/jupyter_resource_usage.json
/opt/tljh/user/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/opt/tljh/user/etc/jupyter/jupyter_notebook_config.d/nbgitpuller.json
/opt/tljh/user/etc/jupyter/jupyter_notebook_config.d/nteract_on_jupyter.json
/opt/tljh/user/etc/jupyter/jupyter_notebook_config.json
[D 2022-03-16 10:13:11.384 SingleUserNotebookApp config_manager:96] Paths used for configuration of jupyter_notebook_config:
/home/jupyter-khoeflich/.local/etc/jupyter/jupyter_notebook_config.json
[D 2022-03-16 10:13:11.384 SingleUserNotebookApp config_manager:96] Paths used for configuration of jupyter_notebook_config:
/home/jupyter-khoeflich/.jupyter/jupyter_notebook_config.json
[I 2022-03-16 10:13:11.390 SingleUserNotebookApp notebookapp:1593] Authentication of /metrics is OFF, since other authentication is disabled.
[W 2022-03-16 10:13:11.640 SingleUserNotebookApp notebookapp:2034] Error loading server extension jupyterlab
Traceback (most recent call last):
File "/opt/tljh/user/lib/python3.9/site-packages/notebook/notebookapp.py", line 2030, in init_server_extensions
func(self)
File "/opt/tljh/user/lib/python3.9/site-packages/jupyterlab/serverextension.py", line 12, in load_jupyter_server_extension
extension.serverapp = serverapp
File "/opt/tljh/user/lib/python3.9/site-packages/traitlets/traitlets.py", line 606, in __set__
self.set(obj, value)
File "/opt/tljh/user/lib/python3.9/site-packages/traitlets/traitlets.py", line 580, in set
new_value = self._validate(obj, value)
File "/opt/tljh/user/lib/python3.9/site-packages/traitlets/traitlets.py", line 612, in _validate
value = self.validate(obj, value)
File "/opt/tljh/user/lib/python3.9/site-packages/traitlets/traitlets.py", line 1851, in validate
self.error(obj, value)
File "/opt/tljh/user/lib/python3.9/site-packages/traitlets/traitlets.py", line 692, in error
raise TraitError(e)
traitlets.traitlets.TraitError: The 'serverapp' trait of a LabApp instance expected a ServerApp, not the SingleUserNotebookApp at '0x7f1fd97b8970'.
[I 2022-03-16 10:13:11.644 SingleUserNotebookApp extension:22] nteract extension loaded from /opt/tljh/user/lib/python3.9/site-packages/nteract_on_jupyter
Patching auth into jupyter_server.base.handlers.JupyterHandler(jupyter_server.base.handlers.AuthenticatedHandler) -> JupyterHandler(jupyterhub.singleuser.mixins.HubAuthenticatedHandler, jupyter_server.base.handlers.AuthenticatedHandler)
[I 2022-03-16 10:13:11.646 SingleUserNotebookApp mixins:576] Starting jupyterhub-singleuser server version 1.5.0
[D 2022-03-16 10:13:11.650 SingleUserNotebookApp _version:76] jupyterhub and jupyterhub-singleuser both on version 1.5.0
[I 2022-03-16 10:13:11.650 SingleUserNotebookApp notebookapp:2329] Serving notebooks from local directory: /home/jupyter-khoeflich
[I 2022-03-16 10:13:11.650 SingleUserNotebookApp notebookapp:2329] Jupyter Notebook 6.4.10 is running at:
[I 2022-03-16 10:13:11.650 SingleUserNotebookApp notebookapp:2329] http://127.0.0.1:8888/user/khoeflich/
[I 2022-03-16 10:13:11.650 SingleUserNotebookApp notebookapp:2330] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[I 2022-03-16 10:13:11.653 SingleUserNotebookApp mixins:556] Updating Hub with activity every 300 seconds
[D 2022-03-16 10:13:11.653 SingleUserNotebookApp mixins:518] Notifying Hub of activity 2022-03-16T09:13:11.389704Z
^C[I 2022-03-16 10:13:22.822 SingleUserNotebookApp notebookapp:2166] Shutting down 0 kernels
[I 2022-03-16 10:13:22.822 SingleUserNotebookApp notebookapp:2181] Shutting down 0 terminals
$ env
SHELL=/bin/bash
no_proxy=
JUPYTERHUB_API_TOKEN=ef5cca0a0d1c45e0a996ac3f57824d4a
JUPYTERHUB_BASE_URL=/
PWD=/home/jupyter-khoeflich
LOGNAME=jupyter-khoeflich
JUPYTER_SERVER_URL=http://127.0.0.1:48347/user/khoeflich/
ftp_proxy=http://www-proxy.rz.uni-kiel.de:80/
JUPYTERHUB_SERVER_NAME=
LINES=35
HOME=/home/jupyter-khoeflich
LANG=C.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
JPY_API_TOKEN=ef5cca0a0d1c45e0a996ac3f57824d4a
COLUMNS=123
JUPYTERHUB_SERVICE_PREFIX=/user/khoeflich/
PYDEVD_USE_FRAME_EVAL=NO
JUPYTERHUB_OAUTH_CALLBACK_URL=/user/khoeflich/oauth_callback
https_proxy=http://www-proxy.rz.uni-kiel.de:80/
INVOCATION_ID=35f5288ff0114600afedc01bc031f9a4
RUNTIME_DIRECTORY=/run/jupyter-khoeflich
LESSCLOSE=/usr/bin/lesspipe %s %s
JUPYTER_SERVER_ROOT=/home/jupyter-khoeflich
TERM=xterm-256color
LESSOPEN=| /usr/bin/lesspipe %s
USER=jupyter-khoeflich
NO_PROXY=
FTP_PROXY=http://www-proxy.rz.uni-kiel.de:80/
SHLVL=1
PYXTERM_DIMENSIONS=80x25
HTTPS_PROXY=http://www-proxy.rz.uni-kiel.de:80/
HTTP_PROXY=http://www-proxy.rz.uni-kiel.de:80/
JUPYTERHUB_API_URL=http://127.0.0.1:15001/hub/api
JUPYTERHUB_CLIENT_ID=jupyterhub-user-khoeflich
http_proxy=http://www-proxy.rz.uni-kiel.de:80/
JUPYTERHUB_HOST=
JOURNAL_STREAM=9:111794
PATH=/opt/tljh/user/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
JUPYTERHUB_USER=khoeflich
JUPYTERHUB_ACTIVITY_URL=http://127.0.0.1:15001/hub/api/users/khoeflich/activity
OLDPWD=/
_=/usr/bin/env
$ pip list
Package Version
---------------------- ---------
alembic 1.7.7
anyio 3.5.0
argon2-cffi 21.3.0
argon2-cffi-bindings 21.2.0
asttokens 2.0.5
async-generator 1.10
attrs 21.4.0
Babel 2.9.1
backcall 0.2.0
beautifulsoup4 4.10.0
bleach 4.1.0
brotlipy 0.7.0
certifi 2021.10.8
certipy 0.1.3
cffi 1.14.6
chardet 4.0.0
charset-normalizer 2.0.0
colorama 0.4.4
conda 4.10.3
conda-package-handling 1.7.3
cryptography 3.4.8
debugpy 1.5.1
decorator 5.1.1
defusedxml 0.7.1
entrypoints 0.4
executing 0.8.3
greenlet 1.1.2
idna 3.1
ipykernel 6.9.2
ipython 8.1.1
ipython-genutils 0.2.0
ipywidgets 7.6.5
jedi 0.18.1
Jinja2 3.0.3
json5 0.9.6
jsonschema 4.4.0
jupyter-client 7.1.2
jupyter-core 4.9.2
jupyter-resource-usage 0.6.1
jupyter-server 1.15.4
jupyter-telemetry 0.1.0
jupyterhub 1.5.0
jupyterlab 3.3.2
jupyterlab-pygments 0.1.2
jupyterlab-server 2.10.3
jupyterlab-widgets 1.0.2
Mako 1.2.0
mamba 0.16.0
MarkupSafe 2.1.1
matplotlib-inline 0.1.3
mistune 0.8.4
nbclassic 0.3.6
nbclient 0.5.13
nbconvert 6.4.4
nbformat 5.2.0
nbgitpuller 1.0.2
nest-asyncio 1.5.4
notebook 6.4.10
notebook-shim 0.1.0
nteract-on-jupyter 2.1.3
oauthlib 3.2.0
packaging 21.3
pamela 1.0.0
pandocfilters 1.5.0
parso 0.8.3
pexpect 4.8.0
pickleshare 0.7.5
pip 21.3
prometheus-client 0.13.1
prompt-toolkit 3.0.28
psutil 5.9.0
ptyprocess 0.7.0
pure-eval 0.2.2
pycosat 0.6.3
pycparser 2.20
Pygments 2.11.2
pyOpenSSL 21.0.0
pyparsing 3.0.7
pyrsistent 0.18.1
PySocks 1.7.1
python-dateutil 2.8.2
python-json-logger 2.0.2
pytz 2021.3
pyzmq 22.3.0
requests 2.26.0
ruamel.yaml 0.17.21
ruamel.yaml.clib 0.2.6
ruamel-yaml-conda 0.15.80
Send2Trash 1.8.0
setuptools 58.2.0
six 1.16.0
sniffio 1.2.0
soupsieve 2.3.1
SQLAlchemy 1.4.32
stack-data 0.2.0
terminado 0.13.3
testpath 0.6.0
tornado 6.1
tqdm 4.62.3
traitlets 5.1.1
urllib3 1.26.7
wcwidth 0.2.5
webencodings 0.5.1
websocket-client 1.3.1
wheel 0.37.0
widgetsnbextension 3.5.2
$ conda list
# packages in environment at /opt/tljh/user:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 1_gnu conda-forge
alembic 1.7.7 pypi_0 pypi
anyio 3.5.0 pypi_0 pypi
argon2-cffi 21.3.0 pypi_0 pypi
argon2-cffi-bindings 21.2.0 pypi_0 pypi
asttokens 2.0.5 pypi_0 pypi
async-generator 1.10 pypi_0 pypi
attrs 21.4.0 pypi_0 pypi
babel 2.9.1 pypi_0 pypi
backcall 0.2.0 pypi_0 pypi
beautifulsoup4 4.10.0 pypi_0 pypi
bleach 4.1.0 pypi_0 pypi
brotlipy 0.7.0 py39h3811e60_1001 conda-forge
bzip2 1.0.8 h7f98852_4 conda-forge
c-ares 1.17.2 h7f98852_0 conda-forge
ca-certificates 2021.10.8 ha878542_0 conda-forge
certifi 2021.10.8 py39hf3d152e_1 conda-forge
certipy 0.1.3 pypi_0 pypi
cffi 1.14.6 py39h4bc2ebd_1 conda-forge
chardet 4.0.0 py39hf3d152e_1 conda-forge
charset-normalizer 2.0.0 pyhd8ed1ab_0 conda-forge
colorama 0.4.4 pyh9f0ad1d_0 conda-forge
conda 4.10.3 py39hf3d152e_2 conda-forge
conda-package-handling 1.7.3 py39h3811e60_0 conda-forge
cryptography 3.4.8 py39hbca0aa6_0 conda-forge
debugpy 1.5.1 pypi_0 pypi
decorator 5.1.1 pypi_0 pypi
defusedxml 0.7.1 pypi_0 pypi
entrypoints 0.4 pypi_0 pypi
executing 0.8.3 pypi_0 pypi
greenlet 1.1.2 pypi_0 pypi
icu 68.1 h58526e2_0 conda-forge
idna 3.1 pyhd3deb0d_0 conda-forge
ipykernel 6.9.2 pypi_0 pypi
ipython 8.1.1 pypi_0 pypi
ipython-genutils 0.2.0 pypi_0 pypi
ipywidgets 7.6.5 pypi_0 pypi
jedi 0.18.1 pypi_0 pypi
jinja2 3.0.3 pypi_0 pypi
json5 0.9.6 pypi_0 pypi
jsonschema 4.4.0 pypi_0 pypi
jupyter-client 7.1.2 pypi_0 pypi
jupyter-core 4.9.2 pypi_0 pypi
jupyter-resource-usage 0.6.1 pypi_0 pypi
jupyter-server 1.15.4 pypi_0 pypi
jupyter-telemetry 0.1.0 pypi_0 pypi
jupyterhub 1.5.0 pypi_0 pypi
jupyterlab 3.3.2 pypi_0 pypi
jupyterlab-pygments 0.1.2 pypi_0 pypi
jupyterlab-server 2.10.3 pypi_0 pypi
jupyterlab-widgets 1.0.2 pypi_0 pypi
krb5 1.19.2 hcc1bbae_2 conda-forge
ld_impl_linux-64 2.36.1 hea4e1c9_2 conda-forge
libarchive 3.5.2 hccf745f_1 conda-forge
libcurl 7.79.1 h2574ce0_1 conda-forge
libedit 3.1.20191231 he28a2e2_2 conda-forge
libev 4.33 h516909a_1 conda-forge
libffi 3.4.2 h9c3ff4c_4 conda-forge
libgcc-ng 11.2.0 h1d223b6_11 conda-forge
libgomp 11.2.0 h1d223b6_11 conda-forge
libiconv 1.16 h516909a_0 conda-forge
libnghttp2 1.43.0 h812cca2_1 conda-forge
libsolv 0.7.19 h780b84a_5 conda-forge
libssh2 1.10.0 ha56f1ee_2 conda-forge
libstdcxx-ng 11.2.0 he4da1e4_11 conda-forge
libxml2 2.9.12 h72842e0_0 conda-forge
libzlib 1.2.11 h36c2ea0_1013 conda-forge
lz4-c 1.9.3 h9c3ff4c_1 conda-forge
lzo 2.10 h516909a_1000 conda-forge
mako 1.2.0 pypi_0 pypi
mamba 0.16.0 py39h951de11_0 conda-forge
markupsafe 2.1.1 pypi_0 pypi
matplotlib-inline 0.1.3 pypi_0 pypi
mistune 0.8.4 pypi_0 pypi
nbclassic 0.3.6 pypi_0 pypi
nbclient 0.5.13 pypi_0 pypi
nbconvert 6.4.4 pypi_0 pypi
nbformat 5.2.0 pypi_0 pypi
nbgitpuller 1.0.2 pypi_0 pypi
ncurses 6.2 h58526e2_4 conda-forge
nest-asyncio 1.5.4 pypi_0 pypi
notebook 6.4.10 pypi_0 pypi
notebook-shim 0.1.0 pypi_0 pypi
nteract-on-jupyter 2.1.3 pypi_0 pypi
oauthlib 3.2.0 pypi_0 pypi
openssl 1.1.1l h7f98852_0 conda-forge
packaging 21.3 pypi_0 pypi
pamela 1.0.0 pypi_0 pypi
pandocfilters 1.5.0 pypi_0 pypi
parso 0.8.3 pypi_0 pypi
pexpect 4.8.0 pypi_0 pypi
pickleshare 0.7.5 pypi_0 pypi
pip 21.3 pyhd8ed1ab_0 conda-forge
prometheus-client 0.13.1 pypi_0 pypi
prompt-toolkit 3.0.28 pypi_0 pypi
psutil 5.9.0 pypi_0 pypi
ptyprocess 0.7.0 pypi_0 pypi
pure-eval 0.2.2 pypi_0 pypi
pycosat 0.6.3 py39h3811e60_1006 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pygments 2.11.2 pypi_0 pypi
pyopenssl 21.0.0 pyhd8ed1ab_0 conda-forge
pyparsing 3.0.7 pypi_0 pypi
pyrsistent 0.18.1 pypi_0 pypi
pysocks 1.7.1 py39hf3d152e_3 conda-forge
python 3.9.7 hb7a2778_3_cpython conda-forge
python-dateutil 2.8.2 pypi_0 pypi
python-json-logger 2.0.2 pypi_0 pypi
python_abi 3.9 2_cp39 conda-forge
pytz 2021.3 pypi_0 pypi
pyzmq 22.3.0 pypi_0 pypi
readline 8.1 h46c0cb4_0 conda-forge
reproc 14.2.3 h7f98852_0 conda-forge
reproc-cpp 14.2.3 h9c3ff4c_0 conda-forge
requests 2.26.0 pyhd8ed1ab_0 conda-forge
ruamel-yaml 0.17.21 pypi_0 pypi
ruamel-yaml-clib 0.2.6 pypi_0 pypi
ruamel_yaml 0.15.80 py39h3811e60_1004 conda-forge
send2trash 1.8.0 pypi_0 pypi
setuptools 58.2.0 py39hf3d152e_0 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
sniffio 1.2.0 pypi_0 pypi
soupsieve 2.3.1 pypi_0 pypi
sqlalchemy 1.4.32 pypi_0 pypi
sqlite 3.36.0 h9cd32fc_2 conda-forge
stack-data 0.2.0 pypi_0 pypi
terminado 0.13.3 pypi_0 pypi
testpath 0.6.0 pypi_0 pypi
tk 8.6.11 h27826a3_1 conda-forge
tornado 6.1 pypi_0 pypi
tqdm 4.62.3 pyhd8ed1ab_0 conda-forge
traitlets 5.1.1 pypi_0 pypi
tzdata 2021c he74cb21_0 conda-forge
urllib3 1.26.7 pyhd8ed1ab_0 conda-forge
wcwidth 0.2.5 pypi_0 pypi
webencodings 0.5.1 pypi_0 pypi
websocket-client 1.3.1 pypi_0 pypi
wheel 0.37.0 pyhd8ed1ab_1 conda-forge
widgetsnbextension 3.5.2 pypi_0 pypi
xz 5.2.5 h516909a_1 conda-forge
yaml 0.2.5 h516909a_0 conda-forge
zlib 1.2.11 h36c2ea0_1013 conda-forge
zstd 1.5.0 ha95c52a_0 conda-forge