Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook doesn't open when jupyter server runs on pypy3 #7171

Closed
iamshreeram opened this issue Dec 1, 2023 · 15 comments
Closed

Notebook doesn't open when jupyter server runs on pypy3 #7171

iamshreeram opened this issue Dec 1, 2023 · 15 comments

Comments

@iamshreeram
Copy link

Description

Notebook doesn't open when jupyter server runs on pypy3

Reproduce

  1. downloaded pypy3 binary and installed the jupyter notebook with pypy's pip.
  2. When running jupyter notebook, the server starts, but localhost doesn't show anything in browser.
  3. Below is the screenshot
image
  1. Found port already in use error in the console. But, The port is only used by jupyter and no other processes. below is the error from the console log -
[I 2023-12-01 17:42:48.001 ServerApp] Jupyter Server 2.11.1 is running at:
[I 2023-12-01 17:42:48.001 ServerApp] http://localhost:8888/tree
[I 2023-12-01 17:42:48.001 ServerApp]     http://127.0.0.1:8888/tree
[I 2023-12-01 17:42:48.001 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2023-12-01 17:42:48.033 ServerApp] Exception in callback functools.partial(<bound method ServerApp._bind_http_server of <jupyter_server.serverapp.ServerApp object at 0x0000000152b84a30>>)
    Traceback (most recent call last):
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/tornado/ioloop.py", line 750, in _run_callback
        ret = callback()
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/jupyter_server/serverapp.py", line 2439, in _bind_http_server
        success = self._bind_http_server_unix() if self.sock else self._bind_http_server_tcp()
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/jupyter_server/serverapp.py", line 2472, in _bind_http_server_tcp
        self.http_server.listen(self.port, self.ip)
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/tornado/tcpserver.py", line 183, in listen
        sockets = bind_sockets(
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/tornado/netutil.py", line 162, in bind_sockets
        sock.bind(sockaddr)
    OSError: [Errno 48] Address already in use

Expected behavior

jupyter notbook should start and UI should display the file system or list of notebooks.

Context

  • Operating System and version: Mac M1
  • Browser and version: Firefox 120.0.1
  • Jupyter Notebook version: 7.0.6
Troubleshoot Output
the output is huge. Anything specific needed?
Command Line Output
/etc/ssl/cert.pem /etc/ssl/certs
[D 2023-12-01 17:31:40.140 ServerApp] Searching ['/Users/home/.jupyter', '/Users/home/.local/etc/jupyter', '/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2023-12-01 17:31:40.141 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2023-12-01 17:31:40.141 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2023-12-01 17:31:40.141 ServerApp] Looking for jupyter_config in /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter
[D 2023-12-01 17:31:40.141 ServerApp] Looking for jupyter_config in /Users/home/.local/etc/jupyter
[D 2023-12-01 17:31:40.141 ServerApp] Looking for jupyter_config in /Users/home/.jupyter
[D 2023-12-01 17:31:40.142 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2023-12-01 17:31:40.142 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2023-12-01 17:31:40.142 ServerApp] Looking for jupyter_server_config in /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter
[D 2023-12-01 17:31:40.142 ServerApp] Looking for jupyter_server_config in /Users/home/.local/etc/jupyter
[D 2023-12-01 17:31:40.142 ServerApp] Looking for jupyter_server_config in /Users/home/.jupyter
[D 2023-12-01 17:31:40.148 ServerApp] Paths used for configuration of jupyter_server_config:
    	/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.148 ServerApp] Paths used for configuration of jupyter_server_config:
    	/usr/local/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.148 ServerApp] Paths used for configuration of jupyter_server_config:
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/jupyterlab.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/notebook.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/notebook_shim.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.150 ServerApp] Paths used for configuration of jupyter_server_config:
    	/Users/home/.local/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.150 ServerApp] Paths used for configuration of jupyter_server_config:
    	/Users/home/.jupyter/jupyter_server_config.json
[I 2023-12-01 17:31:40.167 ServerApp] Package notebook took 0.0000s to import
[I 2023-12-01 17:31:40.196 ServerApp] Package jupyter_lsp took 0.0280s to import
[W 2023-12-01 17:31:40.196 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. 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.
[I 2023-12-01 17:31:40.205 ServerApp] Package jupyter_server_terminals took 0.0093s to import
[I 2023-12-01 17:31:40.209 ServerApp] Package jupyterlab took 0.0000s to import
[I 2023-12-01 17:31:40.261 ServerApp] Package notebook_shim took 0.0000s to import
[W 2023-12-01 17:31:40.261 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. 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.
[I 2023-12-01 17:31:40.262 ServerApp] jupyter_lsp | extension was successfully linked.
[D 2023-12-01 17:31:40.267 TerminalsExtensionApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2023-12-01 17:31:40.268 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2023-12-01 17:31:40.271 ServerApp] jupyter_server_terminals | extension was successfully linked.
[D 2023-12-01 17:31:40.278 LabApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2023-12-01 17:31:40.279 ServerApp] jupyterlab | extension was successfully linked.
[W 2023-12-01 17:31:40.282 JupyterNotebookApp] 'password' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[D 2023-12-01 17:31:40.287 JupyterNotebookApp] Config changed: {'NotebookApp': {}, 'ServerApp': {'password': 'sha1:3dff7070e99c:df0071c474582b85c4efe6dcfe3b986b58b60826', 'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}}
[W 2023-12-01 17:31:40.287 ServerApp] ServerApp.password config is deprecated in 2.0. Use PasswordIdentityProvider.hashed_password.
[I 2023-12-01 17:31:40.288 ServerApp] notebook | extension was successfully linked.
[D 2023-12-01 17:31:40.652 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/Users/home/.jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.652 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.653 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.653 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.654 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/Users/home/.local/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.654 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/Users/home/.jupyter/jupyter_notebook_config.json
[I 2023-12-01 17:31:40.654 ServerApp] notebook_shim | extension was successfully linked.
[D 2023-12-01 17:31:40.655 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'PasswordIdentityProvider': {'hashed_password': 'sha1:3dff7070e99c:df0071c474582b85c4efe6dcfe3b986b58b60826'}, 'NotebookApp': {}, 'ServerApp': {'password': 'sha1:3dff7070e99c:df0071c474582b85c4efe6dcfe3b986b58b60826', 'log_level': 'DEBUG', 'jpserver_extensions': }}
[D 2023-12-01 17:31:40.656 ServerApp] Raising open file limit: soft 256->4096; hard 9223372036854775807->9223372036854775807
[I 2023-12-01 17:31:40.687 ServerApp] notebook_shim | extension was successfully loaded.
[D 2023-12-01 17:31:40.692 ServerApp] [lsp] rootUri will be file:///Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin
[D 2023-12-01 17:31:40.692 ServerApp] [lsp] virtualDocumentsUri will be file:///Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/.virtual_documents
[I 2023-12-01 17:31:40.692 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2023-12-01 17:31:40.693 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2023-12-01 17:31:40.698 LabApp] JupyterLab extension loaded from /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/jupyterlab
[I 2023-12-01 17:31:40.698 LabApp] JupyterLab application directory is /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab
[I 2023-12-01 17:31:40.699 LabApp] Extension Manager is 'pypi'.
[D 2023-12-01 17:31:40.699 LabApp] Extensions list will be fetched from https://pypi.org/pypi.
[I 2023-12-01 17:31:40.701 ServerApp] jupyterlab | extension was successfully loaded.
[I 2023-12-01 17:31:40.706 ServerApp] notebook | extension was successfully loaded.
[I 2023-12-01 17:31:40.707 ServerApp] Serving notebooks from local directory: /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin
[I 2023-12-01 17:31:40.707 ServerApp] Jupyter Server 2.11.1 is running at:
[I 2023-12-01 17:31:40.707 ServerApp] http://localhost:8888/tree
[I 2023-12-01 17:31:40.707 ServerApp]     http://127.0.0.1:8888/tree
[I 2023-12-01 17:31:40.707 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 2023-12-01 17:31:40.727 ServerApp] Exception in callback functools.partial(>)
    Traceback (most recent call last):
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/tornado/ioloop.py", line 750, in _run_callback
        ret = callback()
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/jupyter_server/serverapp.py", line 2439, in _bind_http_server
        success = self._bind_http_server_unix() if self.sock else self._bind_http_server_tcp()
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/jupyter_server/serverapp.py", line 2472, in _bind_http_server_tcp
        self.http_server.listen(self.port, self.ip)
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/tornado/tcpserver.py", line 183, in listen
        sockets = bind_sockets(
      File "/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/pypy3.10/site-packages/tornado/netutil.py", line 162, in bind_sockets
        sock.bind(sockaddr)
    OSError: [Errno 48] Address already in use
[D 2023-12-01 17:31:40.735 ServerApp] Paths used for configuration of jupyter_config:
    	/etc/jupyter/jupyter_config.json
[D 2023-12-01 17:31:40.735 ServerApp] Paths used for configuration of jupyter_config:
    	/usr/local/etc/jupyter/jupyter_config.json
[D 2023-12-01 17:31:40.736 ServerApp] Paths used for configuration of jupyter_config:
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_config.json
[D 2023-12-01 17:31:40.736 ServerApp] Paths used for configuration of jupyter_config:
    	/Users/home/.local/etc/jupyter/jupyter_config.json
[D 2023-12-01 17:31:40.736 ServerApp] Paths used for configuration of jupyter_config:
    	/Users/home/.jupyter/jupyter_config.json
[D 2023-12-01 17:31:40.737 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.737 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.737 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.738 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/Users/home/.local/etc/jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.738 ServerApp] Paths used for configuration of jupyter_notebook_config:
    	/Users/home/.jupyter/jupyter_notebook_config.json
[D 2023-12-01 17:31:40.739 ServerApp] Paths used for configuration of jupyter_server_config:
    	/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.739 ServerApp] Paths used for configuration of jupyter_server_config:
    	/usr/local/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.739 ServerApp] Paths used for configuration of jupyter_server_config:
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/jupyterlab.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/notebook.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.d/notebook_shim.json
    	/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.752 ServerApp] Paths used for configuration of jupyter_server_config:
    	/Users/home/.local/etc/jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.752 ServerApp] Paths used for configuration of jupyter_server_config:
    	/Users/home/.jupyter/jupyter_server_config.json
[D 2023-12-01 17:31:40.767 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.767 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.767 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.767 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.767 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.768 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.768 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.768 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.768 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.769 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.769 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.769 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.769 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.770 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.770 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.770 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.770 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.770 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.771 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.771 ServerApp] typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.771 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.771 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.772 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.773 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.773 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.773 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.773 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.773 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.773 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[I 2023-12-01 17:31:40.773 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server
[D 2023-12-01 17:31:40.785 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.785 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.785 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.786 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.786 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/bash-language-server/out/cli.js
[D 2023-12-01 17:31:40.786 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.786 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/bash-language-server/bin/main.js
[D 2023-12-01 17:31:40.787 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.788 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.788 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.788 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.788 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.788 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.788 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.789 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.789 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.789 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2023-12-01 17:31:40.789 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.790 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.790 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.790 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.790 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.790 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.790 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.790 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.791 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.791 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2023-12-01 17:31:40.791 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.793 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.793 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.793 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.794 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.794 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.794 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.794 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.794 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.794 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/pyright/langserver.index.js
[D 2023-12-01 17:31:40.794 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.799 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.799 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.799 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.800 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.800 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.800 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.800 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.800 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.800 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/sql-language-server/dist/bin/cli.js
[D 2023-12-01 17:31:40.800 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/typescript-language-server/lib/cli.js
[D 2023-12-01 17:31:40.803 ServerApp] typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/unified-language-server/src/server.js
[D 2023-12-01 17:31:40.806 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.822 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.822 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.822 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.823 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.823 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.823 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.823 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.823 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.823 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2023-12-01 17:31:40.823 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2023-12-01 17:31:40.824 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.825 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.825 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.825 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.825 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.825 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.825 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.825 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.826 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.826 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2023-12-01 17:31:40.826 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] Checking for /Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/node_modules/yaml-language-server/bin/yaml-language-server
[D 2023-12-01 17:31:40.827 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/bin'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/share/jupyter/lab/staging'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64/lib'), PosixPath('/Users/home/ram/apps/pypy/pypy3.10-v7.3.13-macos_arm64')]
[D 2023-12-01 17:31:40.935 ServerApp] [lsp] None of the installed servers require virtual documents disabling shadow filesystem.
[D 2023-12-01 17:31:40.935 ServerApp] [lsp] The following Language Servers will be available: {}
Browser Output
Nothing in console. No errors / No network calls / nothing.
@iamshreeram iamshreeram added bug status:Needs Triage Applied to issues that need triage labels Dec 1, 2023
@iamshreeram
Copy link
Author

For Address already in use issue, It looks like the jupyter itself is opening the 8888 port twice; Im not sure of the reason;

image

@RRosio
Copy link
Collaborator

RRosio commented Dec 5, 2023

Thank you for opening this issue @iamshreeram! Are there any other notebook servers that you have running (can check with jupyter notebook list)? Also, what happens when you try running notebook on a different port, say jupyter notebook --port 8889?

@iamshreeram
Copy link
Author

The following is the result of executing jupyter notebook list.

/etc/ssl/cert.pem /etc/ssl/certs
Currently running servers:
http://localhost:8888/ :: /Users/home/ram/project/ml/shap-speedup

Port Usage -

image

Moreover, I am encountering the same Address already in use error when attempting to run it on various ports.

I'm able to open jupyter from cpython without any issue. Below is the list of port usage -

image

@RRosio
Copy link
Collaborator

RRosio commented Dec 6, 2023

Thank you for providing the additional information @iamshreeram! From the notebook call, there was a suggestion to try to isolate the problem further by running the kernel on pypy rather than the server itself if that is something you can try?

@iamshreeram
Copy link
Author

Hi @RRosio , Same issue when running on pypy as well.

@iamshreeram
Copy link
Author

@jtpio , Thank you for including this in your weekly meeting. Is the meeting scheduled for 8:30 AM PT on 12/13? If possible, may I join and present the issue during the meeting or after the meeting ends?

@jtpio
Copy link
Member

jtpio commented Dec 7, 2023

Thanks @iamshreeram for opening this issue 👍

Next week is a bit of a special case actually, since there will be a Jupyter community call instead of the regular dev meeting: jupyterlab/frontends-team-compass#223

Any can join so if you feel like coming feel free! Although community calls are more about showing demos, meeting other members of the community rather than discussing issues.

But the week after there should be the dev meeting as normal.

@jtpio
Copy link
Member

jtpio commented Dec 7, 2023

Regarding the issue itself, is there a reason for running the Jupyter Server with pypy? The comment above was suggesting to run the kernel with pypy instead of the server, which is where the performance gains of using pypy would be more visible (if you're looking for better performance).

@iamshreeram
Copy link
Author

I can utilize pypy as the kernel in Jupyter. However, I remain uncertain about the root cause of the Address already in use error when attempting to launch it as a server.

@jtpio
Copy link
Member

jtpio commented Dec 11, 2023

I remain uncertain about the root cause of the Address already in use error when attempting to launch it as a server.

Usually that means there is already another application using that port. Maybe an old Jupyter Server process that did not terminate correctly? It could also be because there is a Docker container exposing that port already running on the system.

@JasonWeill JasonWeill removed the status:Needs Triage Applied to issues that need triage label Dec 12, 2023
@iamshreeram
Copy link
Author

I have validated this. The only process using the port is the pid of jupyter. However, I am closing the issue as I have successfully run pypy as a kernel in jupyter. Thank you for your assistance, @jtpio

@jtpio jtpio added this to the Reference milestone Dec 13, 2023
@jtpio
Copy link
Member

jtpio commented Dec 13, 2023

OK good to hear, thanks @iamshreeram for your patience and for providing useful details!

@bennian
Copy link

bennian commented Dec 29, 2023

Encountered the same problem

@iliakonnov
Copy link

iliakonnov commented Jan 23, 2024

Setting --ip=127.0.0.1 helps for me

@yudai-patronai
Copy link

Encountered the same problem

So do i.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants