And this is Part 1 of the log from my spawned container jupyter-fleischer:
Entered start.sh with args: jupyterhub-singleuser --debug
Running hooks in: /usr/local/bin/start-notebook.d as uid: 1000 gid: 100
Done running hooks in: /usr/local/bin/start-notebook.d
Running hooks in: /usr/local/bin/before-notebook.d as uid: 1000 gid: 100
Sourcing shell script: /usr/local/bin/before-notebook.d/10activate-conda-env.sh
Done running hooks in: /usr/local/bin/before-notebook.d
Executing the command: jupyterhub-singleuser --debug
[D 2024-04-19 05:30:32.020 ServerApp] Searching ['/home/userconfs/fleischer', '/home/jovyan/.local/etc/jupyter', '/opt/conda/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2024-04-19 05:30:32.020 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2024-04-19 05:30:32.021 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2024-04-19 05:30:32.021 ServerApp] Looking for jupyter_config in /opt/conda/etc/jupyter
[D 2024-04-19 05:30:32.021 ServerApp] Looking for jupyter_config in /home/jovyan/.local/etc/jupyter
[D 2024-04-19 05:30:32.021 ServerApp] Looking for jupyter_config in /home/userconfs/fleischer
[D 2024-04-19 05:30:32.022 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2024-04-19 05:30:32.022 ServerApp] Loaded config file: /etc/jupyter/jupyter_server_config.py
[D 2024-04-19 05:30:32.023 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2024-04-19 05:30:32.023 ServerApp] Looking for jupyter_server_config in /opt/conda/etc/jupyter
[D 2024-04-19 05:30:32.023 ServerApp] Looking for jupyter_server_config in /home/jovyan/.local/etc/jupyter
[D 2024-04-19 05:30:32.023 ServerApp] Looking for jupyter_server_config in /home/userconfs/fleischer
[D 2024-04-19 05:30:32.026 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2024-04-19 05:30:32.026 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-04-19 05:30:32.027 ServerApp] Paths used for configuration of jupyter_server_config:
/opt/conda/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
/opt/conda/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
/opt/conda/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/opt/conda/etc/jupyter/jupyter_server_config.d/nbclassic.json
/opt/conda/etc/jupyter/jupyter_server_config.d/notebook.json
/opt/conda/etc/jupyter/jupyter_server_config.d/notebook_shim.json
/opt/conda/etc/jupyter/jupyter_server_config.json
[D 2024-04-19 05:30:32.027 ServerApp] Paths used for configuration of jupyter_server_config:
/home/jovyan/.local/etc/jupyter/jupyter_server_config.json
[D 2024-04-19 05:30:32.027 ServerApp] Paths used for configuration of jupyter_server_config:
/home/userconfs/fleischer/jupyter_server_config.json
[D 2024-04-19 05:30:32.032 ServerApp] Extension package jupyterhub took 0.0000s to import
[D 2024-04-19 05:30:32.043 ServerApp] Extension package jupyter_lsp took 0.0103s to import
[D 2024-04-19 05:30:32.048 ServerApp] Extension package jupyter_server_terminals took 0.0044s to import
[D 2024-04-19 05:30:32.109 ServerApp] Extension package jupyterlab took 0.0605s to import
[D 2024-04-19 05:30:32.692 ServerApp] Paths used for configuration of page_config:
/opt/conda/etc/jupyter/labconfig/page_config.json
[D 2024-04-19 05:30:32.693 ServerApp] Paths used for configuration of page_config:
[D 2024-04-19 05:30:32.708 ServerApp] Extension package nbclassic took 0.0034s to import
[W 2024-04-19 05:30:32.710 ServerApp] A `_jupyter_server_extension_points` function was not found in nbclassic. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[D 2024-04-19 05:30:32.710 ServerApp] Extension package notebook took 0.0000s to import
[D 2024-04-19 05:30:32.713 ServerApp] Extension package notebook_shim took 0.0000s to import
[I 2024-04-19 05:30:32.713 ServerApp] jupyter_lsp | extension was successfully linked.
[D 2024-04-19 05:30:32.717 TerminalsExtensionApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'ip': '0.0.0.0', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue {'update': {'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}}>}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}}
[D 2024-04-19 05:30:32.718 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'ip': '0.0.0.0', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-04-19 05:30:32.719 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-04-19 05:30:32.719 JupyterHubSingleUser] Starting jupyterhub single-user server extension version 4.1.4
[I 2024-04-19 05:30:32.720 JupyterHubSingleUser] Using default url from server extension lab: /lab
[D 2024-04-19 05:30:32.720 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'ip': '0.0.0.0', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}}
[D 2024-04-19 05:30:32.724 JupyterHubSingleUser] Config changed: {'ServerApp': {'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 8888, 'ip': '127.0.0.1', 'base_url': '/user/fleischer/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': '', 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>}, 'FileContentsManager': {'delete_to_trash': False}, 'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/opt/conda/lib/python3.11/site-packages/jupyterhub/singleuser/templates']}>}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}}
[D 2024-04-19 05:30:32.725 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'ip': '127.0.0.1', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 8888, 'base_url': '/user/fleischer/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-04-19 05:30:32.726 ServerApp] jupyterhub | extension was successfully linked.
[W 2024-04-19 05:30:32.728 LabApp] 'extra_template_paths' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[D 2024-04-19 05:30:32.731 LabApp] Config changed: {'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/opt/conda/lib/python3.11/site-packages/jupyterhub/singleuser/templates']}>}, 'ServerApp': {'log_level': 'DEBUG', 'ip': '127.0.0.1', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 8888, 'base_url': '/user/fleischer/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-04-19 05:30:32.732 ServerApp] jupyterlab | extension was successfully linked.
[W 2024-04-19 05:30:32.734 NotebookApp] 'extra_template_paths' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[D 2024-04-19 05:30:32.737 NotebookApp] Config changed: {'NotebookApp': {'extra_template_paths': <LazyConfigValue value=['/opt/conda/lib/python3.11/site-packages/jupyterhub/singleuser/templates']>}, 'ServerApp': {'log_level': 'DEBUG', 'ip': '127.0.0.1', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 8888, 'base_url': '/user/fleischer/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-04-19 05:30:32.737 ServerApp] nbclassic | extension was successfully linked.
[W 2024-04-19 05:30:32.739 JupyterNotebookApp] 'extra_template_paths' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[D 2024-04-19 05:30:32.742 JupyterNotebookApp] Config changed: {'NotebookApp': {'extra_template_paths': <LazyConfigValue value=['/opt/conda/lib/python3.11/site-packages/jupyterhub/singleuser/templates']>}, 'ServerApp': {'log_level': 'DEBUG', 'ip': '127.0.0.1', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 8888, 'base_url': '/user/fleischer/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-04-19 05:30:32.743 ServerApp] notebook | extension was successfully linked.
[I 2024-04-19 05:30:32.744 ServerApp] Writing Jupyter server cookie secret to /home/jovyan/.local/share/jupyter/runtime/jupyter_cookie_secret
[D 2024-04-19 05:30:32.991 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/userconfs/fleischer/jupyter_notebook_config.json
[D 2024-04-19 05:30:32.991 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:32.991 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:32.992 ServerApp] Paths used for configuration of jupyter_notebook_config:
/opt/conda/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/opt/conda/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:32.992 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/jovyan/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:32.992 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/userconfs/fleischer/jupyter_notebook_config.json
[I 2024-04-19 05:30:32.993 ServerApp] notebook_shim | extension was successfully linked.
[D 2024-04-19 05:30:32.994 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'InlineBackend': {'figure_formats': {'pdf', 'svg', 'jpeg', 'png'}}, 'FileContentsManager': {'delete_to_trash': False}, 'NotebookApp': {'extra_template_paths': <LazyConfigValue value=['/opt/conda/lib/python3.11/site-packages/jupyterhub/singleuser/templates']>}, 'ServerApp': {'log_level': 'DEBUG', 'ip': '127.0.0.1', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'nbclassic': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 8888, 'base_url': '/user/fleischer/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}}
/opt/conda/lib/python3.11/site-packages/jupyter_server/serverapp.py:2235: JupyterServerAuthWarning: Core endpoints without @allow_unauthenticated, @ws_authenticated, nor @web.authenticated:
- GET of JupyterHubLogoutHandler registered for /user/fleischer/logout
- GET of JupyterHubOAuthCallbackHandler registered for /user/fleischer/oauth_callback
self.web_app = ServerWebApplication(
[I 2024-04-19 05:30:33.013 ServerApp] notebook_shim | extension was successfully loaded.
[D 2024-04-19 05:30:33.014 ServerApp] [lsp] rootUri will be file:///home/jovyan
[D 2024-04-19 05:30:33.015 ServerApp] [lsp] virtualDocumentsUri will be file:///home/jovyan/.virtual_documents
[I 2024-04-19 05:30:33.015 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-04-19 05:30:33.016 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[D 2024-04-19 05:30:33.020 ServerApp] Paths used for configuration of jupyter_config:
/etc/jupyter/jupyter_config.json
[D 2024-04-19 05:30:33.020 ServerApp] Paths used for configuration of jupyter_config:
/usr/local/etc/jupyter/jupyter_config.json
[D 2024-04-19 05:30:33.021 ServerApp] Paths used for configuration of jupyter_config:
/opt/conda/etc/jupyter/jupyter_config.json
[D 2024-04-19 05:30:33.021 ServerApp] Paths used for configuration of jupyter_config:
/home/jovyan/.local/etc/jupyter/jupyter_config.json
[D 2024-04-19 05:30:33.022 ServerApp] Paths used for configuration of jupyter_config:
/home/userconfs/fleischer/jupyter_config.json
[D 2024-04-19 05:30:33.022 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:33.023 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:33.024 ServerApp] Paths used for configuration of jupyter_notebook_config:
/opt/conda/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/opt/conda/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:33.025 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/jovyan/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-04-19 05:30:33.026 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/userconfs/fleischer/jupyter_notebook_config.json
[D 2024-04-19 05:30:33.026 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2024-04-19 05:30:33.027 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-04-19 05:30:33.027 JupyterHubSingleUser] jupyterhub and jupyterhub-singleuser both on version 4.1.4
[I 2024-04-19 05:30:33.028 JupyterHubSingleUser] Updating Hub with activity every 300 seconds
[I 2024-04-19 05:30:33.028 ServerApp] jupyterhub | extension was successfully loaded.
[D 2024-04-19 05:30:33.030 ServerApp] Paths used for configuration of jupyter_server_config:
/opt/conda/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
/opt/conda/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
/opt/conda/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/opt/conda/etc/jupyter/jupyter_server_config.d/nbclassic.json
/opt/conda/etc/jupyter/jupyter_server_config.d/notebook.json
/opt/conda/etc/jupyter/jupyter_server_config.d/notebook_shim.json
/opt/conda/etc/jupyter/jupyter_server_config.json
[I 2024-04-19 05:30:33.031 LabApp] JupyterLab extension loaded from /opt/conda/lib/python3.11/site-packages/jupyterlab
[I 2024-04-19 05:30:33.031 LabApp] JupyterLab application directory is /opt/conda/share/jupyter/lab
[I 2024-04-19 05:30:33.031 LabApp] Extension Manager is 'pypi'.
[D 2024-04-19 05:30:33.032 LabApp] Plugins in PyPIExtensionManager will managed on the sys_prefix level
[D 2024-04-19 05:30:33.033 ServerApp] Paths used for configuration of jupyter_server_config:
/home/jovyan/.local/etc/jupyter/jupyter_server_config.json
[D 2024-04-19 05:30:33.033 ServerApp] Paths used for configuration of jupyter_server_config:
/home/userconfs/fleischer/jupyter_server_config.json
[D 2024-04-19 05:30:33.043 LabApp] Extensions list will be fetched from https://pypi.org/pypi.
[D 2024-04-19 05:30:33.044 LabApp] Plugins in PluginManager will managed on the sys_prefix level
[I 2024-04-19 05:30:33.047 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-04-19 05:30:33.052 ServerApp] nbclassic | extension was successfully loaded.
[I 2024-04-19 05:30:33.054 ServerApp] notebook | extension was successfully loaded.
[I 2024-04-19 05:30:33.055 ServerApp] Serving notebooks from local directory: /home/jovyan
[I 2024-04-19 05:30:33.055 ServerApp] Jupyter Server 2.13.0 is running at:
[I 2024-04-19 05:30:33.055 ServerApp] http://127.0.0.1:8888/user/fleischer/lab?token=...
[I 2024-04-19 05:30:33.055 ServerApp] http://127.0.0.1:8888/user/fleischer/lab?token=...
[I 2024-04-19 05:30:33.055 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 2024-04-19 05:30:33.057 JupyterHubSingleUser] Notifying Hub of activity 2024-04-19T05:30:33.003005Z
[D 2024-04-19 05:30:33.500 ServerApp] Checking for /home/jovyan/node_modules/bash-language-server/out/cli.js
[D 2024-04-19 05:30:33.501 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-04-19 05:30:33.501 ServerApp] Checking for /opt/conda/lib/node_modules/bash-language-server/out/cli.js
[D 2024-04-19 05:30:33.501 ServerApp] Checking for /opt/conda/node_modules/bash-language-server/out/cli.js
[D 2024-04-19 05:30:33.501 ServerApp] Checking for /opt/conda/lib/node_modules/bash-language-server/out/cli.js
[D 2024-04-19 05:30:33.502 ServerApp] Checking for /opt/conda/node_modules/bash-language-server/out/cli.js
[D 2024-04-19 05:30:33.502 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.502 ServerApp] Checking for /home/jovyan/node_modules/bash-language-server/bin/main.js
[D 2024-04-19 05:30:33.502 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-04-19 05:30:33.502 ServerApp] Checking for /opt/conda/lib/node_modules/bash-language-server/bin/main.js
[D 2024-04-19 05:30:33.502 ServerApp] Checking for /opt/conda/node_modules/bash-language-server/bin/main.js
[D 2024-04-19 05:30:33.502 ServerApp] Checking for /opt/conda/lib/node_modules/bash-language-server/bin/main.js
[D 2024-04-19 05:30:33.503 ServerApp] Checking for /opt/conda/node_modules/bash-language-server/bin/main.js
[D 2024-04-19 05:30:33.503 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.503 ServerApp] Checking for /home/jovyan/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-04-19 05:30:33.503 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-04-19 05:30:33.503 ServerApp] Checking for /opt/conda/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-04-19 05:30:33.503 ServerApp] Checking for /opt/conda/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-04-19 05:30:33.503 ServerApp] Checking for /opt/conda/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-04-19 05:30:33.504 ServerApp] Checking for /opt/conda/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-04-19 05:30:33.504 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.504 ServerApp] Checking for /home/jovyan/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-04-19 05:30:33.504 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-04-19 05:30:33.504 ServerApp] Checking for /opt/conda/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-04-19 05:30:33.504 ServerApp] Checking for /opt/conda/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-04-19 05:30:33.504 ServerApp] Checking for /opt/conda/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-04-19 05:30:33.505 ServerApp] Checking for /opt/conda/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-04-19 05:30:33.505 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.506 ServerApp] Checking for /home/jovyan/node_modules/pyright/langserver.index.js
[D 2024-04-19 05:30:33.506 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-04-19 05:30:33.506 ServerApp] Checking for /opt/conda/lib/node_modules/pyright/langserver.index.js
[D 2024-04-19 05:30:33.506 ServerApp] Checking for /opt/conda/node_modules/pyright/langserver.index.js
[D 2024-04-19 05:30:33.506 ServerApp] Checking for /opt/conda/lib/node_modules/pyright/langserver.index.js
[D 2024-04-19 05:30:33.506 ServerApp] Checking for /opt/conda/node_modules/pyright/langserver.index.js
[D 2024-04-19 05:30:33.506 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.507 ServerApp] Checking for /home/jovyan/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-04-19 05:30:33.508 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-04-19 05:30:33.508 ServerApp] Checking for /opt/conda/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-04-19 05:30:33.508 ServerApp] Checking for /opt/conda/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-04-19 05:30:33.508 ServerApp] Checking for /opt/conda/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-04-19 05:30:33.508 ServerApp] Checking for /opt/conda/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-04-19 05:30:33.508 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.508 ServerApp] Checking for /home/jovyan/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-04-19 05:30:33.509 ServerApp] typescript-language-server/lib/cli.mjs not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /home/jovyan/node_modules/unified-language-server/src/server.js
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/lib/node_modules/unified-language-server/src/server.js
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/node_modules/unified-language-server/src/server.js
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/lib/node_modules/unified-language-server/src/server.js
[D 2024-04-19 05:30:33.509 ServerApp] Checking for /opt/conda/node_modules/unified-language-server/src/server.js
[D 2024-04-19 05:30:33.510 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /home/jovyan/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /home/jovyan/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-04-19 05:30:33.510 ServerApp] Checking for /opt/conda/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /home/jovyan/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-04-19 05:30:33.511 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /home/jovyan/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-04-19 05:30:33.511 ServerApp] Checking for /opt/conda/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-04-19 05:30:33.512 ServerApp] Checking for /opt/conda/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-04-19 05:30:33.512 ServerApp] Checking for /opt/conda/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-04-19 05:30:33.512 ServerApp] Checking for /opt/conda/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-04-19 05:30:33.512 ServerApp] Checking for /opt/conda/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-04-19 05:30:33.512 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[...]