Spawn error after update conda in tljh

Hi,
I have a tljh server running on azure. I have updated anaconda (conda update -n base conda -c anaconda). Unfortunately, the server gives now a spawn error:

Jun 07 11:15:53 TLJH-Ubuntu python3[1506]: ERROR:asyncio:Task exception was never retrieved
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]: future: <Task finished coro=<BaseHandler.spawn_single_user() done, defined at /opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/handlers/base.py:796> exception=HTTPError()>
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]: Traceback (most recent call last):
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]:   File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/handlers/base.py", line 997, in spawn_single_user
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]:     timedelta(seconds=self.slow_spawn_timeout), finish_spawn_future
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]: tornado.util.TimeoutError: Timeout
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]: During handling of the above exception, another exception occurred:
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]: Traceback (most recent call last):
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]:   File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/handlers/base.py", line 1033, in spawn_single_user
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]:     % (status, spawner._log_name),
Jun 07 11:15:53 TLJH-Ubuntu python3[1506]: tornado.web.HTTPError: HTTP 500: Internal Server Error (Spawner failed to start [status=1]. The logs for jeroen_user may contain details.)
Jun 07 11:15:56 TLJH-Ubuntu python3[1506]: [I 2022-06-07 11:15:56.302 JupyterHub log:189] 200 GET /hub/api/ (cull-idle@127.0.0.1) 25.63ms
Jun 07 11:15:56 TLJH-Ubuntu python3[1506]: [I 2022-06-07 11:15:56.307 JupyterHub log:189] 200 GET /hub/api/users?state=[secret] (cull-idle@127.0.0.1) 3.94ms
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]: [W 2022-06-07 11:16:14.513 JupyterHub user:772] jeroen_user's server never showed up at h t t p : / / 127.0.0.1:49905/user/jeroen_user/ after 30 seconds. Giving up
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]: [E 2022-06-07 11:16:14.584 JupyterHub gen:624] Exception in Future <Task finished coro=<BaseHandler.spawn_single_user.<locals>.finish_user_spawn() done, defined at /opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/handlers/base.py:900> exception=TimeoutError("Server at h t t p : / / 127.0.0.1:49905/user/jeroen_user/ didn't respond in 30 seconds",)> after timeout
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:     Traceback (most recent call last):
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:       File "/opt/tljh/hub/lib/python3.6/site-packages/tornado/gen.py", line 618, in error_callback
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:         future.result()
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:       File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/handlers/base.py", line 907, in finish_user_spawn
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:         await spawn_future
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:       File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/user.py", line 748, in spawn
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:         await self._wait_up(spawner)
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:       File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/user.py", line 795, in _wait_up
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:         raise e
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:       File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/user.py", line 763, in _wait_up
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:         http=True, timeout=spawner.http_timeout, ssl_context=ssl_context
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:       File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/utils.py", line 241, in wait_for_http_server
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:         timeout=timeout,
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:       File "/opt/tljh/hub/lib/python3.6/site-packages/jupyterhub/utils.py", line 184, in exponential_backoff
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:         raise TimeoutError(fail_message)
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:     TimeoutError: Server at (link removed) didn't respond in 30 seconds
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]:     
Jun 07 11:16:14 TLJH-Ubuntu python3[1506]: [I 2022-06-07 11:16:14.585 JupyterHub log:189] 200 GET /hub/api/users/jeroen_user/server/progress (jeroen_user@31.149.200.186) 29602.13ms

I am curious if someone knows how to fix this and how i can prevent this error.

Hi! Do you have a list of the packages that were updated, and the old/new versions?

The spaces in http:// here are suspicious:

Is that really how they appear in your logs? If so, something must be building a string incorrectly.

It’s likely that the single-user logs will be the key here:

sudo journalctl -u jupyter-jeroen_user

hi, i added the spaces to the log manually because i could not enter more than 2 links as a new user :grimacing:

yes, i have…:

jupyter-wmlab_install@TLJH-Ubuntu:/usr/bin$ sudo PATH=${PATH} conda update -n base conda -c anaconda
Collecting package metadata (current_repodata.json): done
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.12.0
  latest version: 4.13.0

Please update conda by running

    $ conda update -n base conda



## Package Plan ##

  environment location: /opt/tljh/user

  added / updated specs:
    - conda


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    _openmp_mutex-4.5          |       2_kmp_llvm           6 KB  conda-forge
    abseil-cpp-20210324.2      |       h2531618_0         1.0 MB  anaconda
    affine-2.3.0               |     pyhd3eb1b0_0          17 KB  anaconda
    anyio-3.5.0                |   py39h06a4308_0         158 KB  anaconda
    appdirs-1.4.4              |     pyhd3eb1b0_0          12 KB  anaconda
    argon2-cffi-21.3.0         |     pyhd3eb1b0_0          15 KB  anaconda
    argon2-cffi-bindings-21.2.0|   py39h7f8727e_0          35 KB  anaconda
    asttokens-2.0.5            |     pyhd3eb1b0_0          21 KB  anaconda
    attrs-21.4.0               |     pyhd3eb1b0_0          49 KB  anaconda
    babel-2.9.1                |     pyhd3eb1b0_0         6.2 MB  anaconda
    backcall-0.2.0             |     pyhd3eb1b0_0          13 KB  anaconda
    beautifulsoup4-4.11.1      |   py39h06a4308_0         182 KB  anaconda
    bleach-4.1.0               |     pyhd3eb1b0_0         121 KB  anaconda
    blosc-1.21.1               |       h83bc5f7_3          47 KB  conda-forge
    bokeh-2.4.2                |   py39h06a4308_0        13.6 MB  anaconda
    brotli-1.0.9               |       he6710b0_2         402 KB  anaconda
    brotli-python-1.0.9        |   py39h5a03fae_7         352 KB  conda-forge
    brotlipy-0.7.0             |py39h27cfd23_1003         349 KB  anaconda
    brunsli-0.1                |       h2531618_0         199 KB  anaconda
    c-ares-1.18.1              |       h7f8727e_0         119 KB  anaconda
    ca-certificates-2022.4.26  |       h06a4308_0         132 KB  anaconda
    cached-property-1.5.2      |             py_0          11 KB  anaconda
    cairo-1.16.0               |       hf32fb01_1         1.5 MB  anaconda
    certifi-2021.10.8          |   py39h06a4308_2         156 KB  anaconda
    cffi-1.15.0                |   py39hd667e15_1         226 KB  anaconda
    cftime-1.5.1.1             |   py39hce1f21e_0         217 KB  anaconda
    charls-2.2.0               |       h2531618_0         129 KB  anaconda
    charset-normalizer-2.0.4   |     pyhd3eb1b0_0          33 KB  anaconda
    click-8.0.4                |   py39h06a4308_0         150 KB  anaconda
    click-plugins-1.1.1        |     pyhd3eb1b0_0          10 KB  anaconda
    cligj-0.7.2                |   py39h06a4308_0          13 KB  anaconda
    cloudpickle-2.0.0          |     pyhd3eb1b0_0          31 KB  anaconda
    colorama-0.4.4             |     pyhd3eb1b0_0          21 KB  anaconda
    conda-4.12.0               |   py39h06a4308_0        16.9 MB  anaconda
    conda-package-handling-1.8.1|   py39h7f8727e_0         963 KB  anaconda
    coverage-6.3.2             |   py39h7f8727e_0         247 KB  anaconda
    cryptography-36.0.0        |   py39h9ce1e76_0         1.5 MB  anaconda
    curl-7.82.0                |       h7f8727e_0         100 KB  anaconda
    cycler-0.11.0              |     pyhd3eb1b0_0          12 KB  anaconda
    cytoolz-0.11.0             |   py39h27cfd23_0         401 KB  anaconda
    dask-2022.2.1              |     pyhd3eb1b0_0           5 KB  anaconda
    dask-core-2022.2.1         |     pyhd3eb1b0_0         806 KB  anaconda
    dataclasses-0.8            |     pyh6d0b6a4_7           7 KB  anaconda
    dbus-1.13.18               |       hb2f20db_0         586 KB  anaconda
    debugpy-1.5.1              |   py39h295c915_0         2.0 MB  anaconda
    decorator-5.1.1            |     pyhd3eb1b0_0          12 KB  anaconda
    defusedxml-0.7.1           |     pyhd3eb1b0_0          24 KB  anaconda
    distributed-2022.2.1       |     pyhd3eb1b0_0         705 KB  anaconda
    entrypoints-0.4            |   py39h06a4308_0          16 KB  anaconda
    executing-0.8.3            |     pyhd3eb1b0_0          18 KB  anaconda
    expat-2.4.8                |       h27087fc_0         187 KB  conda-forge
    flask-2.0.3                |     pyhd3eb1b0_0          70 KB  anaconda
    flask-compress-1.10.1      |     pyhd3eb1b0_0          14 KB  anaconda
    font-ttf-dejavu-sans-mono-2.37|       hd3eb1b0_0         387 KB  anaconda
    font-ttf-inconsolata-2.001 |       hcb22688_0          95 KB  anaconda
    font-ttf-source-code-pro-2.030|       hd3eb1b0_0         923 KB  anaconda
    font-ttf-ubuntu-0.83       |       h8b1ccd4_0         1.8 MB  anaconda
    fontconfig-2.14.0          |       h8e229c2_0         305 KB  conda-forge
    fonts-anaconda-1           |       h8fa9717_0           2 KB  anaconda
    fonts-conda-ecosystem-1    |       hd3eb1b0_0           4 KB  anaconda
    fonttools-4.25.0           |     pyhd3eb1b0_0         674 KB  anaconda
    freetype-2.11.0            |       h70c0345_0         943 KB  anaconda
    freexl-1.0.6               |       h27cfd23_0          47 KB  anaconda
    fsspec-2022.2.0            |     pyhd3eb1b0_0          92 KB  anaconda
    geos-3.9.1                 |       h295c915_0         1.0 MB  anaconda
    gettext-0.21.0             |       hf68c758_0         3.4 MB  anaconda
    gflags-2.2.2               |       he6710b0_0         160 KB  anaconda
    giflib-5.2.1               |       h7b6447c_0          82 KB  anaconda
    glib-2.70.2                |       h780b84a_4         430 KB  conda-forge
    glib-tools-2.70.2          |       h780b84a_4         106 KB  conda-forge
    glog-0.5.0                 |       h2531618_0         106 KB  anaconda
    grpc-cpp-1.40.0            |       h05f19cf_2         3.7 MB  conda-forge
    gst-plugins-base-1.18.5    |       hc549b11_0         2.6 MB  anaconda
    gstreamer-1.18.5           |       ha1a6a79_0         2.0 MB  anaconda
    heapdict-1.0.1             |     pyhd3eb1b0_0           8 KB  anaconda
    icu-68.1                   |       h2531618_0        25.3 MB  anaconda
    idna-3.3                   |     pyhd3eb1b0_0          55 KB  anaconda
    imageio-2.9.0              |     pyhd3eb1b0_0         3.1 MB  anaconda
    importlib-metadata-4.11.3  |   py39h06a4308_0          40 KB  anaconda
    iniconfig-1.1.1            |     pyhd3eb1b0_0           8 KB  anaconda
    ipykernel-6.9.1            |   py39h06a4308_0         196 KB  anaconda
    ipython-8.2.0              |   py39h06a4308_0         1.1 MB  anaconda
    ipython_genutils-0.2.0     |     pyhd3eb1b0_1          27 KB  anaconda
    itsdangerous-2.0.1         |     pyhd3eb1b0_0          18 KB  anaconda
    jbig-2.1                   |       hdba287a_0          41 KB  anaconda
    jedi-0.18.1                |   py39h06a4308_1         998 KB  anaconda
    jinja2-3.0.3               |     pyhd3eb1b0_0          99 KB  anaconda
    joblib-1.1.0               |     pyhd3eb1b0_0         211 KB  anaconda
    jpeg-9e                    |       h7f8727e_0         273 KB  anaconda
    json5-0.9.6                |     pyhd3eb1b0_0          21 KB  anaconda
    jsonschema-4.4.0           |   py39h06a4308_0         120 KB  anaconda
    jupyter_client-7.2.2       |   py39h06a4308_0         186 KB  anaconda
    jupyter_core-4.9.2         |   py39h06a4308_0          84 KB  anaconda
    jupyter_server-1.13.5      |     pyhd3eb1b0_0         261 KB  anaconda
    jupyterlab_pygments-0.1.2  |             py_0           8 KB  anaconda
    jupyterlab_server-2.12.0   |   py39h06a4308_0          75 KB  anaconda
    jupyterlab_widgets-1.0.0   |     pyhd3eb1b0_1         134 KB  anaconda
    jxrlib-1.1                 |       h7b6447c_2         238 KB  anaconda
    kealib-1.4.14              |       hfe1a663_4         189 KB  conda-forge
    kiwisolver-1.3.2           |   py39h295c915_0          86 KB  anaconda
    krb5-1.19.3                |       h3790be6_0         1.4 MB  conda-forge
    lcms2-2.12                 |       h3be6417_0         396 KB  anaconda
    libblas-3.9.0              |15_linux64_openblas          12 KB  conda-forge
    libbrotlicommon-1.0.9      |       h166bdaf_7          65 KB  conda-forge
    libbrotlidec-1.0.9         |       h166bdaf_7          33 KB  conda-forge
    libbrotlienc-1.0.9         |       h166bdaf_7         287 KB  conda-forge
    libcblas-3.9.0             |15_linux64_openblas          12 KB  conda-forge
    libcurl-7.82.0             |       h0b77cf5_0         351 KB  anaconda
    libev-4.33                 |       h7f8727e_1         106 KB  anaconda
    libffi-3.4.2               |       h295c915_2          64 KB  anaconda
    libgcc-ng-12.1.0           |      h8d9b700_16         940 KB  conda-forge
    libgfortran-ng-12.1.0      |      h69a702a_16          23 KB  conda-forge
    libgfortran5-12.1.0        |      hdcd56e2_16         1.8 MB  conda-forge
    libiconv-1.16              |       h7f8727e_2         1.4 MB  anaconda
    liblapack-3.9.0            |15_linux64_openblas          12 KB  conda-forge
    libllvm11-11.1.0           |       h3826bc1_1        28.4 MB  anaconda
    libnetcdf-4.8.1            |nompi_h329d8a1_102         1.5 MB  conda-forge
    libnghttp2-1.46.0          |       hce63b2e_0         795 KB  anaconda
    libogg-1.3.5               |       h27cfd23_1         206 KB  anaconda
    libopenblas-0.3.20         |pthreads_h78a6416_0        10.1 MB  conda-forge
    libopus-1.3.1              |       h7b6447c_0         570 KB  anaconda
    libpng-1.6.37              |       hbc83047_0         364 KB  anaconda
    libpq-13.5                 |       hd57d9b9_1         2.8 MB  conda-forge
    libprotobuf-3.18.1         |       h780b84a_0         2.6 MB  conda-forge
    libsodium-1.0.18           |       h7b6447c_0         387 KB  anaconda
    libsolv-0.7.20             |       h4ff587b_0         472 KB  anaconda
    libspatialindex-1.9.3      |       h2531618_0         3.1 MB  anaconda
    libssh2-1.10.0             |       h8f2d780_0         304 KB  anaconda
    libstdcxx-ng-12.1.0        |      ha89aaad_16         4.3 MB  conda-forge
    libthrift-0.15.0           |       hcc01f38_0         3.7 MB  anaconda
    libutf8proc-2.6.1          |       h27cfd23_0          95 KB  anaconda
    libvorbis-1.3.7            |       h7b6447c_0         549 KB  anaconda
    libwebp-base-1.2.2         |       h7f8727e_0         869 KB  anaconda
    libxcb-1.14                |       h7b6447c_0         610 KB  anaconda
    libzlib-1.2.12             |       h166bdaf_0          62 KB  conda-forge
    libzopfli-1.0.3            |       he6710b0_0         179 KB  anaconda
    llvm-openmp-14.0.4         |       he0ac6c6_0         5.8 MB  conda-forge
    llvmlite-0.38.0            |   py39h4ff587b_0         2.7 MB  anaconda
    locket-0.2.1               |   py39h06a4308_2          11 KB  anaconda
    lz4-c-1.9.3                |       h295c915_1         216 KB  anaconda
    mapclassify-2.4.3          |     pyhd3eb1b0_0          36 KB  anaconda
    markupsafe-2.0.1           |   py39h27cfd23_0          22 KB  anaconda
    matplotlib-base-3.5.1      |   py39ha18d171_1         7.4 MB  anaconda
    matplotlib-inline-0.1.2    |     pyhd3eb1b0_2          12 KB  anaconda
    mccabe-0.6.1               |   py39h06a4308_1          16 KB  anaconda
    mistune-0.8.4              |py39h27cfd23_1000          57 KB  anaconda
    msgpack-python-1.0.2       |   py39hff7bd54_1          88 KB  anaconda
    munch-2.5.0                |     pyhd3eb1b0_0          13 KB  anaconda
    munkres-1.1.4              |             py_0          13 KB  anaconda
    mysql-common-8.0.29        |       haf5c9bc_0         1.8 MB  conda-forge
    mysql-libs-8.0.29          |       h28c427c_0         1.9 MB  conda-forge
    nbclassic-0.3.5            |     pyhd3eb1b0_0          22 KB  anaconda
    nbclient-0.5.13            |   py39h06a4308_0          96 KB  anaconda
    nbconvert-6.4.4            |   py39h06a4308_0         555 KB  anaconda
    nbformat-5.3.0             |   py39h06a4308_0         142 KB  anaconda
    nest-asyncio-1.5.5         |   py39h06a4308_0          15 KB  anaconda
    networkx-2.7.1             |     pyhd3eb1b0_0         1.5 MB  anaconda
    notebook-6.4.8             |   py39h06a4308_0         6.6 MB  anaconda
    nspr-4.33                  |       h295c915_0         231 KB  anaconda
    nss-3.74                   |       h0370c37_0         2.1 MB  anaconda
    numba-0.55.1               |   py39h51133e4_0         3.8 MB  anaconda
    numpy-1.21.6               |   py39h18676bf_0         6.1 MB  conda-forge
    olefile-0.46               |     pyhd3eb1b0_0          33 KB  anaconda
    openjpeg-2.4.0             |       h3ad879b_0         505 KB  anaconda
    openssl-1.1.1n             |       h7f8727e_0         3.8 MB  anaconda
    packaging-21.3             |     pyhd3eb1b0_0          35 KB  anaconda
    pandas-1.4.2               |   py39h1832856_2        12.5 MB  conda-forge
    pandocfilters-1.5.0        |     pyhd3eb1b0_0          11 KB  anaconda
    parquet-cpp-1.5.1          |       h34088ae_4           5 KB  anaconda
    parso-0.8.3                |     pyhd3eb1b0_0          69 KB  anaconda
    partd-1.2.0                |     pyhd3eb1b0_1          18 KB  anaconda
    pcre-8.45                  |       h295c915_0         257 KB  anaconda
    pexpect-4.8.0              |     pyhd3eb1b0_3          51 KB  anaconda
    pickleshare-0.7.5          |  pyhd3eb1b0_1003          13 KB  anaconda
    pixman-0.40.0              |       h7f8727e_1         630 KB  anaconda
    pluggy-1.0.0               |   py39h06a4308_1          28 KB  anaconda
    poppler-data-0.4.11        |       h06a4308_0         3.6 MB  anaconda
    postgresql-13.5            |       h2510834_1         5.3 MB  conda-forge
    prometheus_client-0.13.1   |     pyhd3eb1b0_0          47 KB  anaconda
    prompt-toolkit-3.0.20      |     pyhd3eb1b0_0         254 KB  anaconda
    ptyprocess-0.7.0           |     pyhd3eb1b0_2          16 KB  anaconda
    pure_eval-0.2.2            |     pyhd3eb1b0_0          14 KB  anaconda
    py-1.11.0                  |     pyhd3eb1b0_0          74 KB  anaconda
    pycodestyle-2.8.0          |     pyhd3eb1b0_0          39 KB  anaconda
    pycosat-0.6.3              |   py39h27cfd23_0         108 KB  anaconda
    pycparser-2.21             |     pyhd3eb1b0_0          94 KB  anaconda
    pyflakes-2.4.0             |     pyhd3eb1b0_0          58 KB  anaconda
    pygments-2.11.2            |     pyhd3eb1b0_0         793 KB  anaconda
    pyopenssl-22.0.0           |     pyhd3eb1b0_0          49 KB  anaconda
    pyparsing-3.0.4            |     pyhd3eb1b0_0          78 KB  anaconda
    pyqt-5.12.3                |   py39h03dd644_4         6.5 MB  conda-forge
    pyrsistent-0.18.0          |   py39heee7806_0          95 KB  anaconda
    pysocks-1.7.1              |   py39h06a4308_0          31 KB  anaconda
    python-dateutil-2.8.2      |     pyhd3eb1b0_0         241 KB  anaconda
    python-fastjsonschema-2.15.1|     pyhd3eb1b0_0          27 KB  anaconda
    pytz-2021.3                |     pyhd3eb1b0_0         224 KB  anaconda
    pywavelets-1.3.0           |   py39h7f8727e_0         4.3 MB  anaconda
    pyzmq-22.3.0               |   py39h295c915_2         509 KB  anaconda
    readline-8.1               |       h27cfd23_0         464 KB  anaconda
    reproc-14.2.4              |       h295c915_1          31 KB  anaconda
    reproc-cpp-14.2.4          |       h295c915_1          23 KB  anaconda
    rtree-0.9.7                |   py39h06a4308_1          50 KB  anaconda
    ruamel_yaml-0.15.100       |   py39h27cfd23_0         268 KB  anaconda
    scikit-image-0.19.2        |   py39h51133e4_0        11.8 MB  anaconda
    scikit-learn-1.0.2         |   py39h51133e4_1         7.6 MB  anaconda
    send2trash-1.8.0           |     pyhd3eb1b0_1          19 KB  anaconda
    setuptools-61.2.0          |   py39h06a4308_0         1.3 MB  anaconda
    simplejson-3.17.6          |   py39h7f8727e_0         109 KB  anaconda
    six-1.16.0                 |     pyhd3eb1b0_1          19 KB  anaconda
    snappy-1.1.9               |       h295c915_0         870 KB  anaconda
    sniffio-1.2.0              |   py39h06a4308_1          15 KB  anaconda
    snuggs-1.4.7               |     pyhd3eb1b0_0           9 KB  anaconda
    sortedcontainers-2.4.0     |     pyhd3eb1b0_0          26 KB  anaconda
    soupsieve-2.3.1            |     pyhd3eb1b0_0          33 KB  anaconda
    sqlite-3.38.2              |       hc218d9a_0         1.5 MB  anaconda
    stack_data-0.2.0           |     pyhd3eb1b0_0          21 KB  anaconda
    tbb-2021.5.0               |       hd09550d_0         167 KB  anaconda
    tblib-1.7.0                |     pyhd3eb1b0_0          15 KB  anaconda
    tenacity-8.0.1             |   py39h06a4308_0          34 KB  anaconda
    terminado-0.13.1           |   py39h06a4308_0          30 KB  anaconda
    testpath-0.5.0             |     pyhd3eb1b0_0          86 KB  anaconda
    threadpoolctl-2.2.0        |     pyh0d69192_0          16 KB  anaconda
    tifffile-2021.7.2          |     pyhd3eb1b0_2         133 KB  anaconda
    tk-8.6.11                  |       h1ccaba5_0         3.2 MB  anaconda
    toml-0.10.2                |     pyhd3eb1b0_0          20 KB  anaconda
    tomli-1.2.2                |     pyhd3eb1b0_0          17 KB  anaconda
    toolz-0.11.2               |     pyhd3eb1b0_0          48 KB  anaconda
    tornado-6.1                |   py39h27cfd23_0         646 KB  anaconda
    traitlets-5.1.1            |     pyhd3eb1b0_0          82 KB  anaconda
    typing-extensions-4.1.1    |       hd3eb1b0_0           8 KB  anaconda
    typing_extensions-4.1.1    |     pyh06a4308_0          29 KB  anaconda
    tzcode-2022a               |       h166bdaf_0          69 KB  conda-forge
    tzdata-2022a               |       hda174b7_0         121 KB  anaconda
    urllib3-1.26.9             |   py39h06a4308_0         177 KB  anaconda
    wcwidth-0.2.5              |     pyhd3eb1b0_0          34 KB  anaconda
    webencodings-0.5.1         |   py39h06a4308_1          20 KB  anaconda
    websocket-client-0.58.0    |   py39h06a4308_4          69 KB  anaconda
    websockets-10.3            |   py39hb9d737c_0         123 KB  conda-forge
    werkzeug-2.0.3             |     pyhd3eb1b0_0         220 KB  anaconda
    wheel-0.37.1               |     pyhd3eb1b0_0          31 KB  anaconda
    widgetsnbextension-3.5.2   |   py39h06a4308_0         1.3 MB  anaconda
    xarray-0.20.1              |     pyhd3eb1b0_1         623 KB  anaconda
    xyzservices-2022.4.0       |     pyhd8ed1ab_0          29 KB  conda-forge
    zeromq-4.3.4               |       h2531618_0         358 KB  anaconda
    zfp-0.5.5                  |       h295c915_6         191 KB  anaconda
    zict-2.0.0                 |     pyhd3eb1b0_0          10 KB  anaconda
    zipp-3.7.0                 |     pyhd3eb1b0_0          11 KB  anaconda
    zlib-1.2.12                |       h166bdaf_0          90 KB  conda-forge
    zstd-1.5.2                 |       ha4553b6_0         808 KB  anaconda
    ------------------------------------------------------------
                                           Total:       284.6 MB

The following NEW packages will be INSTALLED:

  beautifulsoup4     anaconda/linux-64::beautifulsoup4-4.11.1-py39h06a4308_0
  dataclasses        anaconda/noarch::dataclasses-0.8-pyh6d0b6a4_7
  fonts-anaconda     anaconda/noarch::fonts-anaconda-1-h8fa9717_0
  libzlib            conda-forge/linux-64::libzlib-1.2.12-h166bdaf_0
  llvm-openmp        conda-forge/linux-64::llvm-openmp-14.0.4-he0ac6c6_0
  python-fastjsonsc~ anaconda/noarch::python-fastjsonschema-2.15.1-pyhd3eb1b0_0
  soupsieve          anaconda/noarch::soupsieve-2.3.1-pyhd3eb1b0_0
  tbb                anaconda/linux-64::tbb-2021.5.0-hd09550d_0
  typing-extensions  anaconda/noarch::typing-extensions-4.1.1-hd3eb1b0_0

The following packages will be REMOVED:

  alsa-lib-1.2.3-h516909a_0
  backports-1.0-py_2
  backports.functools_lru_cache-1.6.4-pyhd8ed1ab_0
  brotli-bin-1.0.9-h7f98852_6
  cached_property-1.5.2-pyha770c72_1
  flit-core-3.7.1-pyhd8ed1ab_0
  importlib_metadata-4.11.2-hd8ed1ab_0
  importlib_resources-5.4.0-pyhd8ed1ab_0
  libgomp-11.2.0-h1d223b6_13
  libllvm10-10.0.1-he513fc3_3
  notebook-shim-0.1.0-pyhd8ed1ab_0
  pandoc-2.17.1.1-ha770c72_0
  pthread-stubs-0.4-h36c2ea0_1001
  pyqt-impl-5.12.3-py39hde8b62d_8
  pyqt5-sip-4.19.18-py39he80948d_8
  pyqtchart-5.12-py39h0fcd23e_8
  pyqtwebengine-5.12.1-py39h0fcd23e_8
  unicodedata2-14.0.0-py39h3811e60_0
  xorg-kbproto-1.0.7-h7f98852_1002
  xorg-libice-1.0.10-h7f98852_0
  xorg-libsm-1.2.3-hd9c2040_1000
  xorg-libx11-1.7.2-h7f98852_0
  xorg-libxau-1.0.9-h7f98852_0
  xorg-libxdmcp-1.1.3-h7f98852_0
  xorg-libxext-1.3.4-h7f98852_1
  xorg-libxrender-0.9.10-h7f98852_1003
  xorg-renderproto-0.11.1-h7f98852_1002
  xorg-xextproto-7.3.0-h7f98852_1002
  xorg-xproto-7.0.31-h7f98852_1007


The following packages will be UPDATED:

  blosc                                   1.21.0-h9c3ff4c_0 --> 1.21.1-h83bc5f7_3
  brotli-python                        1.0.9-py39he80948d_6 --> 1.0.9-py39h5a03fae_7
  ca-certificates    conda-forge::ca-certificates-2021.10.~ --> anaconda::ca-certificates-2022.4.26-h06a4308_0
  cffi               conda-forge::cffi-1.15.0-py39h4bc2ebd~ --> anaconda::cffi-1.15.0-py39hd667e15_1
  conda-package-han~ conda-forge::conda-package-handling-1~ --> anaconda::conda-package-handling-1.8.1-py39h7f8727e_0
  curl                  conda-forge::curl-7.79.1-h2574ce0_1 --> anaconda::curl-7.82.0-h7f8727e_0
  dbus                  conda-forge::dbus-1.13.6-h48d8840_2 --> anaconda::dbus-1.13.18-hb2f20db_0
  expat                                    2.4.7-h27087fc_0 --> 2.4.8-h27087fc_0
  fontconfig                             2.13.96-h8e229c2_1 --> 2.14.0-h8e229c2_0
  freetype           conda-forge::freetype-2.10.4-h0708190~ --> anaconda::freetype-2.11.0-h70c0345_0
  gettext            conda-forge::gettext-0.19.8.1-h73d171~ --> anaconda::gettext-0.21.0-hf68c758_0
  glib                                    2.68.4-h9c3ff4c_1 --> 2.70.2-h780b84a_4
  glib-tools                              2.68.4-h9c3ff4c_1 --> 2.70.2-h780b84a_4
  grpc-cpp                                1.40.0-h05f19cf_1 --> 1.40.0-h05f19cf_2
  hdf5                            1.12.1-nompi_h2750804_100 --> 1.12.1-nompi_h2386368_104
  idna                                            2.10-py_0 --> 3.3-pyhd3eb1b0_0
  importlib-metadata conda-forge::importlib-metadata-4.11.~ --> anaconda::importlib-metadata-4.11.3-py39h06a4308_0
  ipython            conda-forge::ipython-8.1.1-py39hf3d15~ --> anaconda::ipython-8.2.0-py39h06a4308_0
  jedi               conda-forge::jedi-0.18.1-py39hf3d152e~ --> anaconda::jedi-0.18.1-py39h06a4308_1
  json5               conda-forge::json5-0.9.5-pyh9f0ad1d_0 --> anaconda::json5-0.9.6-pyhd3eb1b0_0
  jupyter_client     conda-forge/noarch::jupyter_client-7.~ --> anaconda/linux-64::jupyter_client-7.2.2-py39h06a4308_0
  jupyterlab_server  conda-forge/noarch::jupyterlab_server~ --> anaconda/linux-64::jupyterlab_server-2.12.0-py39h06a4308_0
  kealib                                  1.4.14-h87e4c3c_3 --> 1.4.14-hfe1a663_4
  krb5                                    1.19.2-h3790be6_4 --> 1.19.3-h3790be6_0
  libblas                         3.9.0-13_linux64_openblas --> 3.9.0-15_linux64_openblas
  libbrotlicommon                          1.0.9-h7f98852_6 --> 1.0.9-h166bdaf_7
  libbrotlidec                             1.0.9-h7f98852_6 --> 1.0.9-h166bdaf_7
  libbrotlienc                             1.0.9-h7f98852_6 --> 1.0.9-h166bdaf_7
  libcblas                        3.9.0-13_linux64_openblas --> 3.9.0-15_linux64_openblas
  libcurl            conda-forge::libcurl-7.79.1-h2574ce0_1 --> anaconda::libcurl-7.82.0-h0b77cf5_0
  libev                                     4.33-h7b6447c_0 --> 4.33-h7f8727e_1
  libgcc-ng                              11.2.0-h1d223b6_13 --> 12.1.0-h8d9b700_16
  libgfortran-ng                         11.2.0-h69a702a_13 --> 12.1.0-h69a702a_16
  libgfortran5                           11.2.0-h5c6108e_13 --> 12.1.0-hdcd56e2_16
  libglib                                 2.68.4-h174f98d_1 --> 2.70.2-h174f98d_4
  libiconv            conda-forge::libiconv-1.16-h516909a_0 --> anaconda::libiconv-1.16-h7f8727e_2
  liblapack                       3.9.0-13_linux64_openblas --> 3.9.0-15_linux64_openblas
  libnetcdf                        4.8.1-nompi_hb3fd0d9_101 --> 4.8.1-nompi_h329d8a1_102
  libnghttp2         conda-forge::libnghttp2-1.43.0-h812cc~ --> anaconda::libnghttp2-1.46.0-hce63b2e_0
  libogg               conda-forge::libogg-1.3.4-h7f98852_1 --> anaconda::libogg-1.3.5-h27cfd23_1
  libopenblas                    0.3.18-pthreads_h8fe5266_0 --> 0.3.20-pthreads_h78a6416_0
  libpq                                     13.3-hd57d9b9_0 --> 13.5-hd57d9b9_1
  libprotobuf                             3.18.0-h780b84a_1 --> 3.18.1-h780b84a_0
  libsolv            conda-forge::libsolv-0.7.19-h780b84a_5 --> anaconda::libsolv-0.7.20-h4ff587b_0
  libstdcxx-ng                           11.2.0-he4da1e4_13 --> 12.1.0-ha89aaad_16
  libxcb             conda-forge::libxcb-1.13-h7f98852_1004 --> anaconda::libxcb-1.14-h7b6447c_0
  llvmlite           conda-forge::llvmlite-0.36.0-py39h1bb~ --> anaconda::llvmlite-0.38.0-py39h4ff587b_0
  locket              conda-forge/noarch::locket-0.2.0-py_2 --> anaconda/linux-64::locket-0.2.1-py39h06a4308_2
  matplotlib-base    conda-forge::matplotlib-base-3.5.1-py~ --> anaconda::matplotlib-base-3.5.1-py39ha18d171_1
  mysql-common                            8.0.25-ha770c72_2 --> 8.0.29-haf5c9bc_0
  mysql-libs                              8.0.25-hfa10184_2 --> 8.0.29-h28c427c_0
  nbclient           conda-forge/noarch::nbclient-0.5.12-p~ --> anaconda/linux-64::nbclient-0.5.13-py39h06a4308_0
  nbconvert          conda-forge::nbconvert-6.4.2-py39hf3d~ --> anaconda::nbconvert-6.4.4-py39h06a4308_0
  nbformat           conda-forge/noarch::nbformat-5.1.3-py~ --> anaconda/linux-64::nbformat-5.3.0-py39h06a4308_0
  nest-asyncio       conda-forge/noarch::nest-asyncio-1.5.~ --> anaconda/linux-64::nest-asyncio-1.5.5-py39h06a4308_0
  nspr                    conda-forge::nspr-4.32-h9c3ff4c_1 --> anaconda::nspr-4.33-h295c915_0
  nss                      conda-forge::nss-3.69-hb5efdd6_1 --> anaconda::nss-3.74-h0370c37_0
  numba              conda-forge::numba-0.53.1-py39h56b8d9~ --> anaconda::numba-0.55.1-py39h51133e4_0
  pandas                               1.4.1-py39hde0f152_0 --> 1.4.2-py39h1832856_2
  parquet-cpp              conda-forge::parquet-cpp-1.5.1-2 --> anaconda::parquet-cpp-1.5.1-h34088ae_4
  partd               conda-forge::partd-1.2.0-pyhd8ed1ab_0 --> anaconda::partd-1.2.0-pyhd3eb1b0_1
  pexpect            conda-forge::pexpect-4.8.0-pyh9f0ad1d~ --> anaconda::pexpect-4.8.0-pyhd3eb1b0_3
  pixman              conda-forge::pixman-0.40.0-h36c2ea0_0 --> anaconda::pixman-0.40.0-h7f8727e_1
  postgresql                                13.3-h2510834_0 --> 13.5-h2510834_1
  ptyprocess         conda-forge::ptyprocess-0.7.0-pyhd3de~ --> anaconda::ptyprocess-0.7.0-pyhd3eb1b0_2
  pycparser                                       2.20-py_2 --> 2.21-pyhd3eb1b0_0
  pyopenssl                                     19.1.0-py_1 --> 22.0.0-pyhd3eb1b0_0
  pywavelets         conda-forge::pywavelets-1.2.0-py39hce~ --> anaconda::pywavelets-1.3.0-py39h7f8727e_0
  pyzmq              conda-forge::pyzmq-22.3.0-py39h37b5a0~ --> anaconda::pyzmq-22.3.0-py39h295c915_2
  reproc              conda-forge::reproc-14.2.3-h7f98852_0 --> anaconda::reproc-14.2.4-h295c915_1
  reproc-cpp         conda-forge::reproc-cpp-14.2.3-h9c3ff~ --> anaconda::reproc-cpp-14.2.4-h295c915_1
  ruamel_yaml        conda-forge::ruamel_yaml-0.15.80-py39~ --> anaconda::ruamel_yaml-0.15.100-py39h27cfd23_0
  scikit-learn       conda-forge::scikit-learn-1.0.2-py39h~ --> anaconda::scikit-learn-1.0.2-py39h51133e4_1
  send2trash         conda-forge::send2trash-1.8.0-pyhd8ed~ --> anaconda::send2trash-1.8.0-pyhd3eb1b0_1
  setuptools         conda-forge::setuptools-59.8.0-py39hf~ --> anaconda::setuptools-61.2.0-py39h06a4308_0
  six                                           1.15.0-py_0 --> 1.16.0-pyhd3eb1b0_1
  snappy               conda-forge::snappy-1.1.8-he1b5a44_3 --> anaconda::snappy-1.1.9-h295c915_0
  sqlite              conda-forge::sqlite-3.36.0-h9cd32fc_2 --> anaconda::sqlite-3.38.2-hc218d9a_0
  tzcode                                   2021e-h7f98852_0 --> 2022a-h166bdaf_0
  tzdata                                   2020b-h7b6447c_0 --> 2022a-hda174b7_0
  urllib3             anaconda/noarch::urllib3-1.25.11-py_0 --> anaconda/linux-64::urllib3-1.26.9-py39h06a4308_0
  websockets                            10.2-py39hb9d737c_0 --> 10.3-py39hb9d737c_0
  wheel                                         0.35.1-py_0 --> 0.37.1-pyhd3eb1b0_0
  xyzservices                         2022.3.0-pyhd8ed1ab_0 --> 2022.4.0-pyhd8ed1ab_0
  zlib                     anaconda::zlib-1.2.11-h7b6447c_3 --> conda-forge::zlib-1.2.12-h166bdaf_0
  zstd                   conda-forge::zstd-1.5.0-ha95c52a_0 --> anaconda::zstd-1.5.2-ha4553b6_0

The following packages will be SUPERSEDED by a higher-priority channel:

  abseil-cpp         conda-forge::abseil-cpp-20210324.2-h9~ --> anaconda::abseil-cpp-20210324.2-h2531618_0
  affine                     conda-forge::affine-2.3.0-py_0 --> anaconda::affine-2.3.0-pyhd3eb1b0_0
  anyio              conda-forge::anyio-3.5.0-py39hf3d152e~ --> anaconda::anyio-3.5.0-py39h06a4308_0
  appdirs            conda-forge::appdirs-1.4.4-pyh9f0ad1d~ --> anaconda::appdirs-1.4.4-pyhd3eb1b0_0
  argon2-cffi        conda-forge::argon2-cffi-21.3.0-pyhd8~ --> anaconda::argon2-cffi-21.3.0-pyhd3eb1b0_0
  argon2-cffi-bindi~ conda-forge::argon2-cffi-bindings-21.~ --> anaconda::argon2-cffi-bindings-21.2.0-py39h7f8727e_0
  asttokens          conda-forge::asttokens-2.0.5-pyhd8ed1~ --> anaconda::asttokens-2.0.5-pyhd3eb1b0_0
  attrs              conda-forge::attrs-21.4.0-pyhd8ed1ab_0 --> anaconda::attrs-21.4.0-pyhd3eb1b0_0
  babel               conda-forge::babel-2.9.1-pyh44b312d_0 --> anaconda::babel-2.9.1-pyhd3eb1b0_0
  backcall           conda-forge::backcall-0.2.0-pyh9f0ad1~ --> anaconda::backcall-0.2.0-pyhd3eb1b0_0
  bleach             conda-forge::bleach-4.1.0-pyhd8ed1ab_0 --> anaconda::bleach-4.1.0-pyhd3eb1b0_0
  bokeh              conda-forge::bokeh-2.4.2-py39hf3d152e~ --> anaconda::bokeh-2.4.2-py39h06a4308_0
  brotli               conda-forge::brotli-1.0.9-h7f98852_6 --> anaconda::brotli-1.0.9-he6710b0_2
  brotlipy           conda-forge::brotlipy-0.7.0-py39h3811~ --> anaconda::brotlipy-0.7.0-py39h27cfd23_1003
  brunsli               conda-forge::brunsli-0.1-h9c3ff4c_0 --> anaconda::brunsli-0.1-h2531618_0
  c-ares              conda-forge::c-ares-1.18.1-h7f98852_0 --> anaconda::c-ares-1.18.1-h7f8727e_0
  cached-property    conda-forge::cached-property-1.5.2-hd~ --> anaconda::cached-property-1.5.2-py_0
  cairo              conda-forge::cairo-1.16.0-h6cf1ce9_10~ --> anaconda::cairo-1.16.0-hf32fb01_1
  certifi            conda-forge::certifi-2021.10.8-py39hf~ --> anaconda::certifi-2021.10.8-py39h06a4308_2
  cftime             conda-forge::cftime-1.6.0-py39hd257fc~ --> anaconda::cftime-1.5.1.1-py39hce1f21e_0
  charls               conda-forge::charls-2.2.0-h9c3ff4c_0 --> anaconda::charls-2.2.0-h2531618_0
  charset-normalizer conda-forge::charset-normalizer-2.0.1~ --> anaconda::charset-normalizer-2.0.4-pyhd3eb1b0_0
  click              conda-forge::click-8.0.4-py39hf3d152e~ --> anaconda::click-8.0.4-py39h06a4308_0
  click-plugins       conda-forge::click-plugins-1.1.1-py_0 --> anaconda::click-plugins-1.1.1-pyhd3eb1b0_0
  cligj              conda-forge/noarch::cligj-0.7.2-pyhd8~ --> anaconda/linux-64::cligj-0.7.2-py39h06a4308_0
  cloudpickle        conda-forge::cloudpickle-2.0.0-pyhd8e~ --> anaconda::cloudpickle-2.0.0-pyhd3eb1b0_0
  colorama           conda-forge::colorama-0.4.4-pyh9f0ad1~ --> anaconda::colorama-0.4.4-pyhd3eb1b0_0
  conda              conda-forge::conda-4.12.0-py39hf3d152~ --> anaconda::conda-4.12.0-py39h06a4308_0
  coverage           conda-forge::coverage-6.3.2-py39hb9d7~ --> anaconda::coverage-6.3.2-py39h7f8727e_0
  cryptography       conda-forge::cryptography-36.0.1-py39~ --> anaconda::cryptography-36.0.0-py39h9ce1e76_0
  cycler             conda-forge::cycler-0.11.0-pyhd8ed1ab~ --> anaconda::cycler-0.11.0-pyhd3eb1b0_0
  cytoolz            conda-forge::cytoolz-0.11.2-py39h3811~ --> anaconda::cytoolz-0.11.0-py39h27cfd23_0
  dask               conda-forge::dask-2022.2.1-pyhd8ed1ab~ --> anaconda::dask-2022.2.1-pyhd3eb1b0_0
  dask-core          conda-forge::dask-core-2022.2.1-pyhd8~ --> anaconda::dask-core-2022.2.1-pyhd3eb1b0_0
  debugpy            conda-forge::debugpy-1.5.1-py39he8094~ --> anaconda::debugpy-1.5.1-py39h295c915_0
  decorator          conda-forge::decorator-5.1.1-pyhd8ed1~ --> anaconda::decorator-5.1.1-pyhd3eb1b0_0
  defusedxml         conda-forge::defusedxml-0.7.1-pyhd8ed~ --> anaconda::defusedxml-0.7.1-pyhd3eb1b0_0
  distributed        conda-forge::distributed-2022.2.1-pyh~ --> anaconda::distributed-2022.2.1-pyhd3eb1b0_0
  entrypoints        conda-forge/noarch::entrypoints-0.4-p~ --> anaconda/linux-64::entrypoints-0.4-py39h06a4308_0
  executing          conda-forge::executing-0.8.3-pyhd8ed1~ --> anaconda::executing-0.8.3-pyhd3eb1b0_0
  flask               conda-forge::flask-2.0.3-pyhd8ed1ab_0 --> anaconda::flask-2.0.3-pyhd3eb1b0_0
  flask-compress     conda-forge::flask-compress-1.11-pyhd~ --> anaconda::flask-compress-1.10.1-pyhd3eb1b0_0
  font-ttf-dejavu-s~ conda-forge::font-ttf-dejavu-sans-mon~ --> anaconda::font-ttf-dejavu-sans-mono-2.37-hd3eb1b0_0
  font-ttf-inconsol~ conda-forge::font-ttf-inconsolata-3.0~ --> anaconda::font-ttf-inconsolata-2.001-hcb22688_0
  font-ttf-source-c~ conda-forge::font-ttf-source-code-pro~ --> anaconda::font-ttf-source-code-pro-2.030-hd3eb1b0_0
  font-ttf-ubuntu    conda-forge::font-ttf-ubuntu-0.83-hab~ --> anaconda::font-ttf-ubuntu-0.83-h8b1ccd4_0
  fonts-conda-ecosy~ conda-forge::fonts-conda-ecosystem-1-0 --> anaconda::fonts-conda-ecosystem-1-hd3eb1b0_0
  fonttools          conda-forge/linux-64::fonttools-4.29.~ --> anaconda/noarch::fonttools-4.25.0-pyhd3eb1b0_0
  freexl               conda-forge::freexl-1.0.6-h7f98852_0 --> anaconda::freexl-1.0.6-h27cfd23_0
  fsspec             conda-forge::fsspec-2022.2.0-pyhd8ed1~ --> anaconda::fsspec-2022.2.0-pyhd3eb1b0_0
  geos                   conda-forge::geos-3.9.1-h9c3ff4c_2 --> anaconda::geos-3.9.1-h295c915_0
  gflags             conda-forge::gflags-2.2.2-he1b5a44_10~ --> anaconda::gflags-2.2.2-he6710b0_0
  giflib               conda-forge::giflib-5.2.1-h36c2ea0_2 --> anaconda::giflib-5.2.1-h7b6447c_0
  glog                   conda-forge::glog-0.5.0-h48cff8f_0 --> anaconda::glog-0.5.0-h2531618_0
  gst-plugins-base   conda-forge::gst-plugins-base-1.18.5-~ --> anaconda::gst-plugins-base-1.18.5-hc549b11_0
  gstreamer          conda-forge::gstreamer-1.18.5-h76c114~ --> anaconda::gstreamer-1.18.5-ha1a6a79_0
  heapdict                 conda-forge::heapdict-1.0.1-py_0 --> anaconda::heapdict-1.0.1-pyhd3eb1b0_0
  icu                      conda-forge::icu-68.2-h9c3ff4c_0 --> anaconda::icu-68.1-h2531618_0
  imageio            conda-forge::imageio-2.16.1-pyhcf75d0~ --> anaconda::imageio-2.9.0-pyhd3eb1b0_0
  iniconfig          conda-forge::iniconfig-1.1.1-pyh9f0ad~ --> anaconda::iniconfig-1.1.1-pyhd3eb1b0_0
  ipykernel          conda-forge::ipykernel-6.9.1-py39hef5~ --> anaconda::ipykernel-6.9.1-py39h06a4308_0
  ipython_genutils   conda-forge::ipython_genutils-0.2.0-p~ --> anaconda::ipython_genutils-0.2.0-pyhd3eb1b0_1
  itsdangerous       conda-forge::itsdangerous-2.1.1-pyhd8~ --> anaconda::itsdangerous-2.0.1-pyhd3eb1b0_0
  jbig                  conda-forge::jbig-2.1-h7f98852_2003 --> anaconda::jbig-2.1-hdba287a_0
  jinja2             conda-forge::jinja2-3.0.3-pyhd8ed1ab_0 --> anaconda::jinja2-3.0.3-pyhd3eb1b0_0
  joblib             conda-forge::joblib-1.1.0-pyhd8ed1ab_0 --> anaconda::joblib-1.1.0-pyhd3eb1b0_0
  jpeg                      conda-forge::jpeg-9e-h7f98852_0 --> anaconda::jpeg-9e-h7f8727e_0
  jsonschema         conda-forge/noarch::jsonschema-4.4.0-~ --> anaconda/linux-64::jsonschema-4.4.0-py39h06a4308_0
  jupyter_core       conda-forge::jupyter_core-4.9.2-py39h~ --> anaconda::jupyter_core-4.9.2-py39h06a4308_0
  jupyter_server     conda-forge::jupyter_server-1.13.5-py~ --> anaconda::jupyter_server-1.13.5-pyhd3eb1b0_0
  jupyterlab_pygmen~ conda-forge::jupyterlab_pygments-0.1.~ --> anaconda::jupyterlab_pygments-0.1.2-py_0
  jupyterlab_widgets conda-forge::jupyterlab_widgets-1.0.2~ --> anaconda::jupyterlab_widgets-1.0.0-pyhd3eb1b0_1
  jxrlib                 conda-forge::jxrlib-1.1-h7f98852_2 --> anaconda::jxrlib-1.1-h7b6447c_2
  kiwisolver         conda-forge::kiwisolver-1.3.2-py39h1a~ --> anaconda::kiwisolver-1.3.2-py39h295c915_0
  lcms2                  conda-forge::lcms2-2.12-hddcbb42_0 --> anaconda::lcms2-2.12-h3be6417_0
  libffi               conda-forge::libffi-3.4.2-h7f98852_5 --> anaconda::libffi-3.4.2-h295c915_2
  libllvm11          conda-forge::libllvm11-11.1.0-hf817b9~ --> anaconda::libllvm11-11.1.0-h3826bc1_1
  libopus             conda-forge::libopus-1.3.1-h7f98852_1 --> anaconda::libopus-1.3.1-h7b6447c_0
  libpng              conda-forge::libpng-1.6.37-h21135ba_2 --> anaconda::libpng-1.6.37-hbc83047_0
  libsodium          conda-forge::libsodium-1.0.18-h36c2ea~ --> anaconda::libsodium-1.0.18-h7b6447c_0
  libspatialindex    conda-forge::libspatialindex-1.9.3-h9~ --> anaconda::libspatialindex-1.9.3-h2531618_0
  libssh2            conda-forge::libssh2-1.10.0-ha56f1ee_2 --> anaconda::libssh2-1.10.0-h8f2d780_0
  libthrift          conda-forge::libthrift-0.15.0-he6d91b~ --> anaconda::libthrift-0.15.0-hcc01f38_0
  libutf8proc        conda-forge::libutf8proc-2.7.0-h7f988~ --> anaconda::libutf8proc-2.6.1-h27cfd23_0
  libvorbis          conda-forge::libvorbis-1.3.7-h9c3ff4c~ --> anaconda::libvorbis-1.3.7-h7b6447c_0
  libwebp-base       conda-forge::libwebp-base-1.2.2-h7f98~ --> anaconda::libwebp-base-1.2.2-h7f8727e_0
  libzopfli          conda-forge::libzopfli-1.0.3-h9c3ff4c~ --> anaconda::libzopfli-1.0.3-he6710b0_0
  lz4-c                 conda-forge::lz4-c-1.9.3-h9c3ff4c_1 --> anaconda::lz4-c-1.9.3-h295c915_1
  mapclassify        conda-forge::mapclassify-2.4.3-pyhd8e~ --> anaconda::mapclassify-2.4.3-pyhd3eb1b0_0
  markupsafe         conda-forge::markupsafe-2.1.0-py39hb9~ --> anaconda::markupsafe-2.0.1-py39h27cfd23_0
  matplotlib-inline  conda-forge::matplotlib-inline-0.1.3-~ --> anaconda::matplotlib-inline-0.1.2-pyhd3eb1b0_2
  mccabe              conda-forge/noarch::mccabe-0.6.1-py_1 --> anaconda/linux-64::mccabe-0.6.1-py39h06a4308_1
  mistune            conda-forge::mistune-0.8.4-py39h3811e~ --> anaconda::mistune-0.8.4-py39h27cfd23_1000
  msgpack-python     conda-forge::msgpack-python-1.0.3-py3~ --> anaconda::msgpack-python-1.0.2-py39hff7bd54_1
  munch                       conda-forge::munch-2.5.0-py_0 --> anaconda::munch-2.5.0-pyhd3eb1b0_0
  munkres            conda-forge::munkres-1.1.4-pyh9f0ad1d~ --> anaconda::munkres-1.1.4-py_0
  nbclassic          conda-forge::nbclassic-0.3.6-pyhd8ed1~ --> anaconda::nbclassic-0.3.5-pyhd3eb1b0_0
  networkx           conda-forge::networkx-2.7.1-pyhd8ed1a~ --> anaconda::networkx-2.7.1-pyhd3eb1b0_0
  notebook           conda-forge/noarch::notebook-6.4.8-py~ --> anaconda/linux-64::notebook-6.4.8-py39h06a4308_0
  olefile            conda-forge::olefile-0.46-pyh9f0ad1d_1 --> anaconda::olefile-0.46-pyhd3eb1b0_0
  openjpeg           conda-forge::openjpeg-2.4.0-hb52868f_1 --> anaconda::openjpeg-2.4.0-h3ad879b_0
  openssl            conda-forge::openssl-1.1.1n-h166bdaf_0 --> anaconda::openssl-1.1.1n-h7f8727e_0
  packaging          conda-forge::packaging-21.3-pyhd8ed1a~ --> anaconda::packaging-21.3-pyhd3eb1b0_0
  pandocfilters      conda-forge::pandocfilters-1.5.0-pyhd~ --> anaconda::pandocfilters-1.5.0-pyhd3eb1b0_0
  parso               conda-forge::parso-0.8.3-pyhd8ed1ab_0 --> anaconda::parso-0.8.3-pyhd3eb1b0_0
  pcre                    conda-forge::pcre-8.45-h9c3ff4c_0 --> anaconda::pcre-8.45-h295c915_0
  pickleshare        conda-forge::pickleshare-0.7.5-py_1003 --> anaconda::pickleshare-0.7.5-pyhd3eb1b0_1003
  pluggy             conda-forge::pluggy-1.0.0-py39hf3d152~ --> anaconda::pluggy-1.0.0-py39h06a4308_1
  poppler-data       conda-forge/noarch::poppler-data-0.4.~ --> anaconda/linux-64::poppler-data-0.4.11-h06a4308_0
  prometheus_client  conda-forge::prometheus_client-0.13.1~ --> anaconda::prometheus_client-0.13.1-pyhd3eb1b0_0
  prompt-toolkit     conda-forge::prompt-toolkit-3.0.27-py~ --> anaconda::prompt-toolkit-3.0.20-pyhd3eb1b0_0
  pure_eval          conda-forge::pure_eval-0.2.2-pyhd8ed1~ --> anaconda::pure_eval-0.2.2-pyhd3eb1b0_0
  py                    conda-forge::py-1.11.0-pyh6c4a22f_0 --> anaconda::py-1.11.0-pyhd3eb1b0_0
  pycodestyle        conda-forge::pycodestyle-2.8.0-pyhd8e~ --> anaconda::pycodestyle-2.8.0-pyhd3eb1b0_0
  pycosat            conda-forge::pycosat-0.6.3-py39h3811e~ --> anaconda::pycosat-0.6.3-py39h27cfd23_0
  pyflakes           conda-forge::pyflakes-2.4.0-pyhd8ed1a~ --> anaconda::pyflakes-2.4.0-pyhd3eb1b0_0
  pygments           conda-forge::pygments-2.11.2-pyhd8ed1~ --> anaconda::pygments-2.11.2-pyhd3eb1b0_0
  pyparsing          conda-forge::pyparsing-3.0.7-pyhd8ed1~ --> anaconda::pyparsing-3.0.4-pyhd3eb1b0_0
  pyrsistent         conda-forge::pyrsistent-0.18.1-py39h3~ --> anaconda::pyrsistent-0.18.0-py39heee7806_0
  pysocks            conda-forge::pysocks-1.7.1-py39hf3d15~ --> anaconda::pysocks-1.7.1-py39h06a4308_0
  python-dateutil    conda-forge::python-dateutil-2.8.2-py~ --> anaconda::python-dateutil-2.8.2-pyhd3eb1b0_0
  pytz                conda-forge::pytz-2021.3-pyhd8ed1ab_0 --> anaconda::pytz-2021.3-pyhd3eb1b0_0
  readline             conda-forge::readline-8.1-h46c0cb4_0 --> anaconda::readline-8.1-h27cfd23_0
  rtree              conda-forge::rtree-0.9.7-py39hb102c33~ --> anaconda::rtree-0.9.7-py39h06a4308_1
  scikit-image       conda-forge::scikit-image-0.19.2-py39~ --> anaconda::scikit-image-0.19.2-py39h51133e4_0
  simplejson         conda-forge::simplejson-3.17.6-py39h3~ --> anaconda::simplejson-3.17.6-py39h7f8727e_0
  sniffio            conda-forge::sniffio-1.2.0-py39hf3d15~ --> anaconda::sniffio-1.2.0-py39h06a4308_1
  snuggs                     conda-forge::snuggs-1.4.7-py_0 --> anaconda::snuggs-1.4.7-pyhd3eb1b0_0
  sortedcontainers   conda-forge::sortedcontainers-2.4.0-p~ --> anaconda::sortedcontainers-2.4.0-pyhd3eb1b0_0
  stack_data         conda-forge::stack_data-0.2.0-pyhd8ed~ --> anaconda::stack_data-0.2.0-pyhd3eb1b0_0
  tblib               conda-forge::tblib-1.7.0-pyhd8ed1ab_0 --> anaconda::tblib-1.7.0-pyhd3eb1b0_0
  tenacity           conda-forge/noarch::tenacity-8.0.1-py~ --> anaconda/linux-64::tenacity-8.0.1-py39h06a4308_0
  terminado          conda-forge::terminado-0.13.3-py39hf3~ --> anaconda::terminado-0.13.1-py39h06a4308_0
  testpath           conda-forge::testpath-0.6.0-pyhd8ed1a~ --> anaconda::testpath-0.5.0-pyhd3eb1b0_0
  threadpoolctl      conda-forge::threadpoolctl-3.1.0-pyh8~ --> anaconda::threadpoolctl-2.2.0-pyh0d69192_0
  tifffile           conda-forge::tifffile-2021.11.2-pyhd8~ --> anaconda::tifffile-2021.7.2-pyhd3eb1b0_2
  tk                      conda-forge::tk-8.6.11-h27826a3_1 --> anaconda::tk-8.6.11-h1ccaba5_0
  toml                conda-forge::toml-0.10.2-pyhd8ed1ab_0 --> anaconda::toml-0.10.2-pyhd3eb1b0_0
  tomli               conda-forge::tomli-2.0.1-pyhd8ed1ab_0 --> anaconda::tomli-1.2.2-pyhd3eb1b0_0
  toolz              conda-forge::toolz-0.11.2-pyhd8ed1ab_0 --> anaconda::toolz-0.11.2-pyhd3eb1b0_0
  tornado            conda-forge::tornado-6.1-py39h3811e60~ --> anaconda::tornado-6.1-py39h27cfd23_0
  traitlets          conda-forge::traitlets-5.1.1-pyhd8ed1~ --> anaconda::traitlets-5.1.1-pyhd3eb1b0_0
  typing_extensions  conda-forge::typing_extensions-4.1.1-~ --> anaconda::typing_extensions-4.1.1-pyh06a4308_0
  wcwidth            conda-forge::wcwidth-0.2.5-pyh9f0ad1d~ --> anaconda::wcwidth-0.2.5-pyhd3eb1b0_0
  webencodings       conda-forge/noarch::webencodings-0.5.~ --> anaconda/linux-64::webencodings-0.5.1-py39h06a4308_1
  websocket-client   conda-forge/noarch::websocket-client-~ --> anaconda/linux-64::websocket-client-0.58.0-py39h06a4308_4
  werkzeug           conda-forge::werkzeug-2.0.3-pyhd8ed1a~ --> anaconda::werkzeug-2.0.3-pyhd3eb1b0_0
  widgetsnbextension conda-forge::widgetsnbextension-3.5.2~ --> anaconda::widgetsnbextension-3.5.2-py39h06a4308_0
  xarray             conda-forge::xarray-2022.3.0-pyhd8ed1~ --> anaconda::xarray-0.20.1-pyhd3eb1b0_1
  zeromq               conda-forge::zeromq-4.3.4-h9c3ff4c_1 --> anaconda::zeromq-4.3.4-h2531618_0
  zfp                     conda-forge::zfp-0.5.5-h9c3ff4c_8 --> anaconda::zfp-0.5.5-h295c915_6
  zict                 conda-forge::zict-2.1.0-pyhd8ed1ab_0 --> anaconda::zict-2.0.0-pyhd3eb1b0_0
  zipp                 conda-forge::zipp-3.7.0-pyhd8ed1ab_1 --> anaconda::zipp-3.7.0-pyhd3eb1b0_0

The following packages will be DOWNGRADED:

  _openmp_mutex                                   4.5-1_gnu --> 4.5-2_kmp_llvm
  numpy                               1.22.3-py39h18676bf_0 --> 1.21.6-py39h18676bf_0
  pyqt                                5.12.3-py39hf3d152e_8 --> 5.12.3-py39h03dd644_4

Single user log:

Jun 07 11:47:29 TLJH-Ubuntu systemd[1]: Started /bin/bash -c cd /home/jupyter-jeroen_user && exec jupyterhub-singleuser --port=50539 --notebook-dir=/userdata --SingleUserNotebookApp.defa
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.202 SingleUserNotebookApp notebookapp:1593] Authentication of /metrics is OFF, since other authentication is disabled.
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.439 SingleUserNotebookApp __init__:259] [jupyter_nbextensions_configurator] enabled 0.4.1
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.534 LabApp] JupyterLab extension loaded from /opt/tljh/user/lib/python3.9/site-packages/jupyterlab
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.534 LabApp] JupyterLab application directory is /opt/tljh/user/share/jupyter/lab
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.542 SingleUserNotebookApp extension:22] nteract extension loaded from /opt/tljh/user/lib/python3.9/site-packages/nteract_on
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: Patching auth into jupyter_server.base.handlers.JupyterHandler(jupyter_server.base.handlers.AuthenticatedHandler) -> JupyterHandler(jupyterhub.sin
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.544 SingleUserNotebookApp mixins:576] Starting jupyterhub-singleuser server version 1.5.0
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.548 SingleUserNotebookApp notebookapp:2329] Serving notebooks from local directory: /userdata
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.548 SingleUserNotebookApp notebookapp:2329] Jupyter Notebook 6.4.8 is running at:
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.548 SingleUserNotebookApp notebookapp:2329] http://127.0.0.1:50539/user/jeroen_user/
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.548 SingleUserNotebookApp notebookapp:2330] Use Control-C to stop this server and shut down all kernels (twice to skip conf
Jun 07 11:47:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:30.563 SingleUserNotebookApp mixins:556] Updating Hub with activity every 300 seconds
Jun 07 11:47:31 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:31.062 SingleUserNotebookApp log:189] 302 GET /user/jeroen_user/ -> /user/jeroen_user/lab? (@127.0.0.1) 0.71ms
Jun 07 11:47:31 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:31.258 SingleUserNotebookApp log:189] 302 GET /user/jeroen_user/ -> /user/jeroen_user/lab? (@31.149.200.186) 0.59ms
Jun 07 11:47:31 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:31.270 SingleUserNotebookApp log:189] 302 GET /user/jeroen_user/lab -> /hub/api/oauth2/authorize?client_id=jupyterhub-user-jer
Jun 07 11:47:31 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:31.743 SingleUserNotebookApp auth:992] Logged-in user {'kind': 'user', 'name': 'jeroen_user', 'admin': False, 'groups': [], 's
Jun 07 11:47:31 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:31.744 SingleUserNotebookApp log:189] 302 GET /user/jeroen_user/oauth_callback?code=[secret]&state=[secret] -> /user/jeroen_us
Jun 07 11:47:37 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:37.727 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/kernelspecs?1654602452498 (jeroen_user@31.149.200.186) 522
Jun 07 11:47:39 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:39.302 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings?1654602452503 (jeroen_user@31.149.200.186) 15
Jun 07 11:47:39 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:39.303 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/kernels?1654602452508 (jeroen_user@31.149.200.186) 1566.57
Jun 07 11:47:39 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:39.399 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/sessions?1654602452509 (jeroen_user@31.149.200.186) 1661.5
Jun 07 11:47:39 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:39.400 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/terminals?1654602452510 (jeroen_user@31.149.200.186) 1662.
Jun 07 11:47:39 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:39.407 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/kernelspecs?1654602457740 (jeroen_user@31.149.200.186) 1.4
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.401 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/translations/en?1654602460364 (jeroen_user@31.149.200.
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:40.420 LabApp] Could not determine jupyterlab build status without nodejs
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.421 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/build?1654602460414 (jeroen_user@31.149.200.186) 2.07m
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.430 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/listings/@jupyterlab/extensionmanager-extension/listin
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.612 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents?content=1&1654602460428 (jeroen_user@31.149.200.1
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.633 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?165
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.635 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/docmanager-extension:plugin?16546
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.638 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1654602
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.640 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/htmlviewer-extension:plugin?16546
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.642 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/notebook-extension:panel?16546024
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.646 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/metrics/v1?1654602460462 (jeroen_user@31.149.200.186) 17.6
Jun 07 11:47:40 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:40.677 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?165
Jun 07 11:47:41 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:41.066 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/translations/?1654602460684 (jeroen_user@31.149.200.18
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.362 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`. 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.369 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`. 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.390 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `TocExporter`.  Did you mean on
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.394 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `TocExporter`.  Did you mean on
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.409 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you m
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.416 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you m
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.432 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did yo
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.439 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did yo
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.467 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.471 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.579 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.584 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.639 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`. 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.658 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `TocExporter`.  Did you mean on
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.672 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you m
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.690 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did yo
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.717 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.801 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:42.816 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/nbconvert?1654602460709 (jeroen_user@31.149.200.186) 1748.
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.882 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`. 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.889 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`. 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.912 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `TocExporter`.  Did you mean on
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.916 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `TocExporter`.  Did you mean on
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.931 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you m
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.939 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you m
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.957 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did yo
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.965 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did yo
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.994 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you 
Jun 07 11:47:42 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:42.999 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you 
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.114 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.119 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.174 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `ExporterCollapsibleHeadings`. 
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.193 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `TocExporter`.  Did you mean on
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.214 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsHTMLExporter`.  Did you m
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.233 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsTocHTMLExporter`.  Did yo
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.262 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsLatexExporter`.  Did you 
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.358 SingleUserNotebookApp configurable:193] Config option `template_path` not recognized by `LenvsSlidesExporter`.  Did you
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.372 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/nbconvert?1654602460713 (jeroen_user@31.149.200.186) 2304.
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.397 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/workspaces/default?1654602460770 (jeroen_user@31.149.2
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.400 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/docmanager-extension:plugin?16546
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.403 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/csvviewer-extension:csv?165460246
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.405 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/csvviewer-extension:tsv?165460246
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.408 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/fileeditor-extension:plugin?16546
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.411 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/application-extension:context-men
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.439 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents/_voorbeeld-notebooks/01_General_tools/NRR_tools/N
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.446 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?165
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.558 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/lab/api/settings?1654602463510 (jeroen_user@31.149.200.186) 42
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [W 2022-06-07 11:47:43.645 SingleUserNotebookApp manager:510] Notebook _voorbeeld-notebooks/01_General_tools/NRR_tools/NRR_download_timeseries.ipy
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.652 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents/_voorbeeld-notebooks/01_General_tools/NRR_tools/N
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.873 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents/_voorbeeld-notebooks/01_General_tools/NRR_tools/N
Jun 07 11:47:43 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:43.998 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents/_voorbeeld-notebooks/01_General_tools/NRR_tools/N
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.096 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/sessions?1654602464086 (jeroen_user@31.149.200.186) 1.18ms
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.140 SingleUserNotebookApp log:189] 204 PUT /user/jeroen_user/lab/api/workspaces/default?1654602464131 (jeroen_user@31.149.2
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.345 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents/_voorbeeld-notebooks/01_General_tools/NRR_tools?1
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.356 SingleUserNotebookApp kernelmanager:179] Kernel started: da6ba8de-523f-469a-8f53-597e6e9d881c, name: python3
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.357 SingleUserNotebookApp log:189] 201 POST /user/jeroen_user/api/sessions?1654602464199 (jeroen_user@31.149.200.186) 153.6
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.359 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents/_voorbeeld-notebooks/01_General_tools/NRR_tools?c
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.409 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/sessions?1654602464403 (jeroen_user@31.149.200.186) 1.00ms
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.411 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/contents/_voorbeeld-notebooks/01_General_tools/NRR_tools?c
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.446 SingleUserNotebookApp log:189] 200 PATCH /user/jeroen_user/api/sessions/bab0079b-535e-4ef6-81ed-3d68707bcda5?1654602464
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.447 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/kernels?1654602464438 (jeroen_user@31.149.200.186) 1.87ms
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.459 SingleUserNotebookApp log:189] 200 PATCH /user/jeroen_user/api/sessions/bab0079b-535e-4ef6-81ed-3d68707bcda5?1654602464
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.461 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/sessions?1654602464455 (jeroen_user@31.149.200.186) 0.74ms
Jun 07 11:47:44 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:44.486 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/kernelspecs?1654602464480 (jeroen_user@31.149.200.186) 1.4
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.009 SingleUserNotebookApp log:189] 101 GET /user/jeroen_user/api/kernels/da6ba8de-523f-469a-8f53-597e6e9d881c/channels?sess
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.023 SingleUserNotebookApp log:189] 204 PUT /user/jeroen_user/lab/api/workspaces/default?1654602465014 (jeroen_user@31.149.2
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.030 SingleUserNotebookApp kernelmanager:222] Starting buffering for da6ba8de-523f-469a-8f53-597e6e9d881c:458fa16a-ac21-4e4f
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.042 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/sessions?1654602465036 (jeroen_user@31.149.200.186) 0.87ms
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.043 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/kernels?1654602465036 (jeroen_user@31.149.200.186) 0.74ms
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.043 SingleUserNotebookApp log:189] 101 GET /user/jeroen_user/api/kernels/da6ba8de-523f-469a-8f53-597e6e9d881c/channels?sess
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.077 SingleUserNotebookApp log:189] 101 GET /user/jeroen_user/api/kernels/da6ba8de-523f-469a-8f53-597e6e9d881c/channels?sess
Jun 07 11:47:45 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:45.859 SingleUserNotebookApp log:189] 200 GET /user/jeroen_user/api/metrics/v1?1654602465847 (jeroen_user@31.149.200.186) 5.86
Jun 07 11:47:46 TLJH-Ubuntu bash[3260]: [I 2022-06-07 11:47:46.730 SingleUserNotebookApp kernelmanager:222] Starting buffering for da6ba8de-523f-469a-8f53-597e6e9d881c:cc059f53-6310-483d
Jun 07 12:48:30 TLJH-Ubuntu systemd[1]: Stopping /bin/bash -c cd /home/jupyter-jeroen_user && exec jupyterhub-singleuser --port=50539 --notebook-dir=/userdata --SingleUserNotebookApp.def
Jun 07 12:48:30 TLJH-Ubuntu bash[3260]: [C 2022-06-07 12:48:30.593 SingleUserNotebookApp notebookapp:1972] received signal 15, stopping
Jun 07 12:48:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 12:48:30.594 SingleUserNotebookApp notebookapp:2166] Shutting down 1 kernel
Jun 07 12:48:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 12:48:30.595 SingleUserNotebookApp multikernelmanager:258] Kernel shutdown: da6ba8de-523f-469a-8f53-597e6e9d881c
Jun 07 12:48:30 TLJH-Ubuntu bash[3260]: [I 2022-06-07 12:48:30.707 SingleUserNotebookApp notebookapp:2181] Shutting down 0 terminals
Jun 07 12:48:30 TLJH-Ubuntu systemd[1]: Stopped /bin/bash -c cd /home/jupyter-jeroen_user && exec jupyterhub-singleuser --port=50539 --notebook-dir=/userdata --SingleUserNotebookApp.defa

I just created a clean install of tljh on an azure VM with Ubuntu 20.04. But executing the sudo -E conda update -n base conda -c anaconda command was enough to recreate the spawning issue.

It looks like you’re mixing the default conda-forge channel used by TLJH with the anaconda one. My guess is there’s an incompatibility somewhere, e.g. maybe different versions of packages?