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

Tree-extension creating user settings which overrides overrides.json #7287

Open
mkirkeng-leukeleu opened this issue Mar 4, 2024 · 1 comment
Labels

Comments

@mkirkeng-leukeleu
Copy link

mkirkeng-leukeleu commented Mar 4, 2024

Description

Using jupyterlab. the jupyter notebook tree-extension creates a user settings file (at /root/.jupyter/lab/user-settings/@jupyterlab/filebrowser-extension/browser.jupyterlab-settings on first load of the interface overwriting any settings in overrides.json (at /usr/local/share/jupyter/lab/settings/overrides.json). As per the jupyterlab documentation the user settings should only represent changes a user has made using the settings editor interface.

We believe these lines are the relevant lines of code in the tree-extension.

Reproduce

  1. Create a fresh installation of jupyterlab (in our case in a linux docker container)
  2. Create an overrides.json file with the following content at /usr/local/share/jupyter/lab/settings/overrides.json:
{
  ...,
  "@jupyterlab/filebrowser-extension:browser": {
    "showFileCheckboxes": false,
    "showFileSizeColumn": false
  },
  ...,
}
  1. Start jupyter notebook and load the interface in the browser.

Expected behavior

File checkboxes and size columns are disabled.

Context

  • Operating System and version: Docker container based on python:3.12.2-bookworm image so OS version Linux Debian 12 (bookworm)
  • Browser and version: Firefox 123.0
  • Jupyter Notebook version: 7.1.0
Troubleshoot Output
$PATH:
        /root/.vscode-server/bin//bin/remote-cli
        /usr/local/bin
        /usr/local/sbin
        /usr/local/bin
        /usr/sbin
        /usr/bin
        /sbin
        /bin

sys.path:
/usr/local/bin
/tasks
/taskrunner
/usr/local/lib/python312.zip
/usr/local/lib/python3.12
/usr/local/lib/python3.12/lib-dynload
/usr/local/lib/python3.12/site-packages

sys.executable:
/usr/local/bin/python

sys.version:
3.12.2 (main, Feb 13 2024, 08:24:27) [GCC 12.2.0]

platform.platform():
Linux-6.6.12-linuxkit-aarch64-with-glibc2.36

which -a jupyter:
/usr/local/bin/jupyter
/usr/local/bin/jupyter

pip list:
Package Version
------------------------- ---------------
annotated-types 0.6.0
anyio 4.3.0
argon2-cffi 23.1.0
argon2-cffi-bindings 21.2.0
arrow 1.3.0
asttokens 2.4.1
async-lru 2.0.4
attrs 23.2.0
Babel 2.14.0
beautifulsoup4 4.12.3
bitmath 1.3.3.1
bleach 6.1.0
Brotli 1.1.0
certifi 2024.2.2
cffi 1.16.0
charset-normalizer 3.3.2
colorclass 2.2.2
comm 0.2.1
compressed_rtf 1.0.6
coverage 7.4.1
cryptography 42.0.5
debugpy 1.8.1
decorator 5.1.1
defusedxml 0.7.1
easygui 0.98.3
ebcdic 1.1.1
executing 2.0.1
extract-msg 0.47.0
factory-boy 3.3.0
Faker 23.2.1
fastjsonschema 2.19.1
first 2.0.2
fqdn 1.5.1
gitdb 4.0.11
GitPython 3.1.42
h11 0.14.0
httpcore 1.0.4
httpx 0.26.0
idna 3.6
importlib-metadata 7.0.1
inflate64 1.0.0
ipykernel 6.29.3
ipython 8.22.1
isoduration 20.11.0
jedi 0.19.1
Jinja2 3.1.3
joblib 1.3.2
json5 0.9.17
jsonpointer 2.4
jsonschema 4.21.1
jsonschema-specifications 2023.12.1
jupyter_client 8.6.0
jupyter_core 5.7.1
jupyter-events 0.9.0
jupyter-lsp 2.2.3
jupyter_server 2.12.5
jupyter_server_terminals 0.5.2
jupyterlab 4.1.2
jupyterlab_pygments 0.3.0
jupyterlab_server 2.25.3
jupytext 1.16.1
lark 1.1.8
lxml 5.1.0
markdown-it-py 3.0.0
MarkupSafe 2.1.5
matplotlib-inline 0.1.6
mdit-py-plugins 0.4.0
mdurl 0.1.2
mistune 3.0.2
msoffcrypto-tool 5.3.1
multivolumefile 0.2.3
mypy 1.8.0
mypy-extensions 1.0.0
nbclient 0.9.0
nbconvert 7.16.1
nbformat 5.9.2
nest-asyncio 1.6.0
notebook 7.1.0
notebook_shim 0.2.4
numpy 1.26.4
olefile 0.47
oletools 0.60.1
overrides 7.7.0
packaging 23.2
packvers 21.5
pandas 2.2.0
pandocfilters 1.5.1
parso 0.8.3
pcodedmp 1.2.6
Pebble 5.0.6
pexpect 4.9.0
pip 24.0
platformdirs 4.2.0
prometheus_client 0.20.0
prompt-toolkit 3.0.43
psutil 5.9.8
ptyprocess 0.7.0
pure-eval 0.2.2
py7zr 0.20.8
pybcj 1.0.2
pycparser 2.21
pycryptodomex 3.20.0
pydantic 2.6.1
pydantic_core 2.16.2
pydantic-settings 2.2.0
Pygments 2.17.2
PyJWT 2.8.0
pyparsing 2.4.7
pyppmd 1.1.0
python-arango 7.9.1
python-baseconv 1.2.2
python-calamine 0.1.7
python-dateutil 2.8.2
python-dotenv 1.0.1
python-json-logger 2.0.7
pytz 2024.1
PyYAML 6.0.1
pyzmq 25.1.2
pyzstd 0.15.9
rapidfuzz 3.6.1
rarfile 4.1
red-black-tree-mod 1.20
referencing 0.33.0
regex 2023.12.25
requests 2.31.0
requests-toolbelt 1.0.0
rfc3339-validator 0.1.4
rfc3986-validator 0.1.1
rpds-py 0.18.0
RTFDE 0.1.1
ruff 0.2.2
scikit-learn 1.4.1.post1
scipy 1.12.0
Send2Trash 1.8.2
setuptools 69.1.0
sh 2.0.6
six 1.16.0
smmap 5.0.1
sniffio 1.3.1
soupsieve 2.5
stack-data 0.6.3
supervisor 4.2.5
terminado 0.18.0
texttable 1.7.0
threadpoolctl 3.3.0
tinycss2 1.2.1
toml 0.10.2
tornado 6.4
traitlets 5.14.1
types-python-dateutil 2.8.19.20240106
typing_extensions 4.10.0
typos 1.18.2
tzdata 2024.1
tzlocal 5.2
uri-template 1.3.0
urllib3 2.2.1
wcwidth 0.2.13
webcolors 1.13
webencodings 0.5.1
websocket-client 1.7.0
wheel 0.42.0
XlsxWriter 3.2.0
zipp 3.17.0

Command Line Output
root@151a44e3e7ea:~# jupyter notebook --debug
[D 2024-03-04 09:07:43.070 ServerApp] Searching ['/root/.jupyter', '/root/.local/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2024-03-04 09:07:43.070 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2024-03-04 09:07:43.070 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2024-03-04 09:07:43.070 ServerApp] Looking for jupyter_config in /root/.local/etc/jupyter
[D 2024-03-04 09:07:43.071 ServerApp] Looking for jupyter_config in /root/.jupyter
[D 2024-03-04 09:07:43.071 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2024-03-04 09:07:43.071 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2024-03-04 09:07:43.071 ServerApp] Looking for jupyter_server_config in /root/.local/etc/jupyter
[D 2024-03-04 09:07:43.071 ServerApp] Looking for jupyter_server_config in /root/.jupyter
[D 2024-03-04 09:07:43.071 ServerApp] Loaded config file: /root/.jupyter/jupyter_server_config.py
[W 2024-03-04 09:07:43.911 ServerApp] ServerApp.token config is deprecated in 2.0. Use IdentityProvider.token.
[D 2024-03-04 09:07:43.913 ServerApp] Paths used for configuration of jupyter_server_config: 
        /etc/jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:43.913 ServerApp] Paths used for configuration of jupyter_server_config: 
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyterlab.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupytext.json
        /usr/local/etc/jupyter/jupyter_server_config.d/notebook.json
        /usr/local/etc/jupyter/jupyter_server_config.d/notebook_shim.json
        /usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:43.913 ServerApp] Paths used for configuration of jupyter_server_config: 
        /root/.local/etc/jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:43.913 ServerApp] Paths used for configuration of jupyter_server_config: 
        /root/.jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:43.915 ServerApp] Extension package taskrunner took 0.0000s to import
[D 2024-03-04 09:07:44.824 ServerApp] Extension package jupyter_lsp took 0.0043s to import
[D 2024-03-04 09:07:44.826 ServerApp] Extension package jupyter_server_terminals took 0.0020s to import
[D 2024-03-04 09:07:44.826 ServerApp] Extension package jupyterlab took 0.0000s to import
[D 2024-03-04 09:07:44.837 ServerApp] Paths used for configuration of page_config: 
        /usr/local/etc/jupyter/labconfig/page_config.json
[D 2024-03-04 09:07:44.838 ServerApp] Paths used for configuration of page_config: 

[D 2024-03-04 09:07:44.858 ServerApp] Extension package jupyterlab_jupytext took 0.0173s to import
[D 2024-03-04 09:07:44.858 ServerApp] A _jupyter_server_extension_points function was not found in jupyterlab_jupytext, so Jupyter Server will look for extension points in the extension pacakge's root.
[D 2024-03-04 09:07:44.858 ServerApp] Extension package notebook took 0.0000s to import
[D 2024-03-04 09:07:44.858 ServerApp] Extension package notebook_shim took 0.0000s to import
[I 2024-03-04 09:07:44.859 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-03-04 09:07:44.861 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-03-04 09:07:44.862 ServerApp] jupyterlab | extension was successfully linked.
[I 2024-03-04 09:07:44.862 ServerApp] jupyterlab_jupytext | extension was successfully linked.
[I 2024-03-04 09:07:44.864 ServerApp] notebook | extension was successfully linked.
[D 2024-03-04 09:07:44.996 ServerApp] Paths used for configuration of jupyter_notebook_config:
/root/.jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:44.997 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:44.997 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/usr/local/etc/jupyter/jupyter_notebook_config.d/jupytext.json
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:44.997 ServerApp] Paths used for configuration of jupyter_notebook_config:
/root/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:44.997 ServerApp] Paths used for configuration of jupyter_notebook_config:
/root/.jupyter/jupyter_notebook_config.json
[I 2024-03-04 09:07:44.997 ServerApp] notebook_shim | extension was successfully linked.
[I 2024-03-04 09:07:44.997 ServerApp] taskrunner | extension was successfully linked.
[W 2024-03-04 09:07:45.002 ServerApp] All authentication is disabled. Anyone who can connect to this server will be able to run code.
[I 2024-03-04 09:07:45.002 ServerApp] notebook_shim | extension was successfully loaded.
[D 2024-03-04 09:07:45.003 ServerApp] [lsp] rootUri will be file:///tasks
[D 2024-03-04 09:07:45.003 ServerApp] [lsp] virtualDocumentsUri will be file:///tasks/.virtual_documents
[I 2024-03-04 09:07:45.004 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2024-03-04 09:07:45.004 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[I 2024-03-04 09:07:45.005 LabApp] JupyterLab extension loaded from /usr/local/lib/python3.12/site-packages/jupyterlab
[I 2024-03-04 09:07:45.005 LabApp] JupyterLab application directory is /usr/local/share/jupyter/lab
[I 2024-03-04 09:07:45.005 LabApp] Extension Manager is 'pypi'.
[D 2024-03-04 09:07:45.005 LabApp] Plugins in PyPIExtensionManager will managed on the sys_prefix level
[D 2024-03-04 09:07:45.023 LabApp] Extensions list will be fetched from https://pypi.org/pypi.
[D 2024-03-04 09:07:45.023 LabApp] Plugins in PluginManager will managed on the sys_prefix level
[I 2024-03-04 09:07:45.024 ServerApp] jupyterlab | extension was successfully loaded.
[I 2024-03-04 09:07:45.024 ServerApp] [Jupytext Server Extension] Deriving a JupytextContentsManager from MyTextFileContentsManager
[I 2024-03-04 09:07:45.025 ServerApp] jupyterlab_jupytext | extension was successfully loaded.
[I 2024-03-04 09:07:45.026 ServerApp] notebook | extension was successfully loaded.
[I 2024-03-04 09:07:45.027 ServerApp] taskrunner | extension was successfully loaded.
[I 2024-03-04 09:07:45.028 ServerApp] Serving notebooks from local directory: /tasks
[I 2024-03-04 09:07:45.028 ServerApp] Jupyter Server 2.12.5 is running at:
[I 2024-03-04 09:07:45.028 ServerApp] http://151a44e3e7ea:8888/tree
[I 2024-03-04 09:07:45.028 ServerApp] http://127.0.0.1:8888/tree
[I 2024-03-04 09:07:45.028 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 2024-03-04 09:07:45.030 ServerApp] Paths used for configuration of jupyter_config:
/etc/jupyter/jupyter_config.json
[D 2024-03-04 09:07:45.030 ServerApp] Paths used for configuration of jupyter_config:
/usr/local/etc/jupyter/jupyter_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_config:
/root/.local/etc/jupyter/jupyter_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_config:
/root/.jupyter/jupyter_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/usr/local/etc/jupyter/jupyter_notebook_config.d/jupytext.json
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_notebook_config:
/root/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_notebook_config:
/root/.jupyter/jupyter_notebook_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:45.031 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
/usr/local/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
/usr/local/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/usr/local/etc/jupyter/jupyter_server_config.d/jupytext.json
/usr/local/etc/jupyter/jupyter_server_config.d/notebook.json
/usr/local/etc/jupyter/jupyter_server_config.d/notebook_shim.json
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:45.032 ServerApp] Paths used for configuration of jupyter_server_config:
/root/.local/etc/jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:45.032 ServerApp] Paths used for configuration of jupyter_server_config:
/root/.jupyter/jupyter_server_config.json
[D 2024-03-04 09:07:45.036 ServerApp] Checking for /root/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.036 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/lib/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.037 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /root/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/lib/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.037 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /root/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.037 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /root/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.037 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /root/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.037 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/lib/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.038 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /root/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /root/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/lib/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.038 ServerApp] typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /root/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/lib/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.038 ServerApp] Checking for /usr/local/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.038 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /root/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /root/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /root/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.039 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /root/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.039 ServerApp] Checking for /usr/local/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.039 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[I 2024-03-04 09:07:45.039 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 2024-03-04 09:07:45.044 ServerApp] Checking for /root/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.044 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.044 ServerApp] Checking for /usr/local/lib/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.044 ServerApp] Checking for /usr/local/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.044 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.044 ServerApp] Checking for /root/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.044 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.044 ServerApp] Checking for /usr/local/lib/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.044 ServerApp] Checking for /usr/local/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.044 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /root/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /usr/local/lib/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /usr/local/node_modules/bash-language-server/out/cli.js
[D 2024-03-04 09:07:45.045 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /root/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /usr/local/lib/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.045 ServerApp] Checking for /usr/local/node_modules/bash-language-server/bin/main.js
[D 2024-03-04 09:07:45.045 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /root/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /usr/local/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /usr/local/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /root/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /usr/local/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] Checking for /usr/local/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-03-04 09:07:45.046 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /root/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /usr/local/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /usr/local/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /root/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /usr/local/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] Checking for /usr/local/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-03-04 09:07:45.047 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /root/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /usr/local/lib/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /usr/local/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /root/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /usr/local/lib/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] Checking for /usr/local/node_modules/pyright/langserver.index.js
[D 2024-03-04 09:07:45.048 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.049 ServerApp] Checking for /root/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.049 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.049 ServerApp] Checking for /usr/local/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.049 ServerApp] Checking for /usr/local/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.049 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /root/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /usr/local/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /usr/local/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /root/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /usr/local/lib/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /usr/local/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /root/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.050 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /usr/local/lib/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /usr/local/node_modules/typescript-language-server/lib/cli.js
[D 2024-03-04 09:07:45.051 ServerApp] typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /root/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /usr/local/lib/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /usr/local/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.051 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /root/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.051 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/lib/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/node_modules/unified-language-server/src/server.js
[D 2024-03-04 09:07:45.052 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /root/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /root/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] Checking for /usr/local/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-03-04 09:07:45.052 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /root/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /root/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /root/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.053 ServerApp] Checking for /usr/local/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.054 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /root/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-03-04 09:07:45.054 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /root/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /root/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] Checking for /usr/local/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-03-04 09:07:45.054 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/root'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/lib'), PosixPath('/usr/local')]
[D 2024-03-04 09:07:45.067 ServerApp] [lsp] None of the installed servers require virtual documents disabling shadow filesystem.
[D 2024-03-04 09:07:45.067 ServerApp] [lsp] The following Language Servers will be available: {}

@mkirkeng-leukeleu mkirkeng-leukeleu added bug status:Needs Triage Applied to issues that need triage labels Mar 4, 2024
@jtpio
Copy link
Member

jtpio commented Mar 4, 2024

Thanks @mkirkeng-leukeleu for the report.

Indeed Jupyter Notebook sets a couple of defaults for the file browser, which are different than the ones used in JupyterLab.

This should ideally be fixed, likely upstream in JupyterLab as proposed in jupyterlab/jupyterlab#14623.

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

No branches or pull requests

3 participants