jupyter-lsp / jupyterlab-lsp

Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
https://jupyterlab-lsp.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.8k stars 147 forks source link

Jump to definition doesn't work, if my first action is to create new notebook #745

Open mathbunnyru opened 2 years ago

mathbunnyru commented 2 years ago

Description

If my first action is to create new jupyter notebook, then jump to definition doesn't work for notebooks.

Reproduce

  1. Build an image from this Dockerfile:
    
    FROM jupyter/base-notebook

RUN pip install 'jupyterlab-lsp' 'python-lsp-server[all]'

`DOCKER_BUILDKIT=1 docker build --pull --tag my_image .`

2. Run this image: `docker run -it -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes my_image`
3. Visit: `http://IP_ADDRESS:8888/lab?token=TOKEN`
4. Create new notebook - it will be called `Untitled.ipynb`.
5. Create new python file - it will be called `untitled.py`.
6. Add this content to notebook - `import untitled`.
7. Run the cell

If I do these steps, `jump to definition` doesn't work for this `Untiled.ipynb` file.
And moreover - it doesn't work for all jupyter notebooks, even if I create new one and use new python files.
It still works for python files though.

## Expected behavior

`Jump to definition` should work fine.

## Context

- Operating System and version: ubuntu:20 (running docker)
- Browser and version: Safari 15.2, Vivaldi 5.0.2497.35 on my M1 Mac
- JupyterLab version: 3.2.6
- Language server and version:

jupyter-lsp 1.5.1 pypi_0 pypi jupyterlab-lsp 3.10.0 pypi_0 pypi python-lsp-jsonrpc 1.0.0 pypi_0 pypi python-lsp-server 1.3.3 pypi_0 pypi



<details><summary>Required: installed server extensions</summary>
<pre>
Config dir: /home/jovyan/.jupyter

Config dir: /opt/conda/etc/jupyter
    jupyter_lsp enabled
    - Validating jupyter_lsp...
      jupyter_lsp 1.5.1 OK
    jupyterlab enabled
    - Validating jupyterlab...
      jupyterlab 3.2.6 OK
    nbclassic enabled
    - Validating nbclassic...
      nbclassic  OK

Config dir: /usr/local/etc/jupyter
</pre>
</details>

<details><summary>Required: installed lab extensions</summary>
<pre>
JupyterLab v3.2.6
/opt/conda/share/jupyter/labextensions
        @krassowski/jupyterlab-lsp v3.10.0 enabled OK (python, jupyterlab-lsp)
</pre>
</details>

<details><summary>Troubleshoot Output</summary>
<pre>
$PATH:
    /opt/conda/bin
    /opt/conda/condabin
    /opt/conda/bin
    /usr/local/sbin
    /usr/local/bin
    /usr/sbin
    /usr/bin
    /sbin
    /bin

sys.path:
    /opt/conda/bin
    /opt/conda/lib/python39.zip
    /opt/conda/lib/python3.9
    /opt/conda/lib/python3.9/lib-dynload
    /opt/conda/lib/python3.9/site-packages

sys.executable:
    /opt/conda/bin/python

sys.version:
    3.9.7 | packaged by conda-forge | (default, Sep 29 2021, 19:20:46)
    [GCC 9.4.0]

platform.platform():
    Linux-4.15.0-166-generic-x86_64-with-glibc2.31

which -a jupyter:
    /opt/conda/bin/jupyter
    /opt/conda/bin/jupyter

pip list:
    Package                       Version
    ----------------------------- ---------
    alembic                       1.7.5
    anyio                         3.5.0
    argon2-cffi                   21.3.0
    argon2-cffi-bindings          21.2.0
    astroid                       2.9.3
    async-generator               1.10
    attrs                         21.4.0
    autopep8                      1.6.0
    Babel                         2.9.1
    backcall                      0.2.0
    backports.functools-lru-cache 1.6.4
    bleach                        4.1.0
    blinker                       1.4
    brotlipy                      0.7.0
    certifi                       2021.10.8
    certipy                       0.1.3
    cffi                          1.15.0
    charset-normalizer            2.0.10
    colorama                      0.4.4
    conda                         4.11.0
    conda-package-handling        1.7.3
    cryptography                  36.0.1
    debugpy                       1.5.1
    decorator                     5.1.1
    defusedxml                    0.7.1
    entrypoints                   0.3
    flake8                        4.0.1
    flit_core                     3.6.0
    greenlet                      1.1.2
    idna                          3.1
    importlib-metadata            4.10.0
    importlib-resources           5.4.0
    ipykernel                     6.6.1
    ipython                       7.31.0
    ipython-genutils              0.2.0
    isort                         5.10.1
    jedi                          0.18.1
    Jinja2                        3.0.3
    json5                         0.9.5
    jsonschema                    4.3.3
    jupyter-client                7.1.0
    jupyter-core                  4.9.1
    jupyter-lsp                   1.5.1
    jupyter-server                1.13.1
    jupyter-telemetry             0.1.0
    jupyterhub                    2.0.2
    jupyterlab                    3.2.6
    jupyterlab-lsp                3.10.0
    jupyterlab-pygments           0.1.2
    jupyterlab-server             2.10.3
    lazy-object-proxy             1.7.1
    libmambapy                    0.19.1
    Mako                          1.1.6
    mamba                         0.19.1
    MarkupSafe                    2.0.1
    matplotlib-inline             0.1.3
    mccabe                        0.6.1
    mistune                       0.8.4
    nbclassic                     0.3.5
    nbclient                      0.5.9
    nbconvert                     6.4.0
    nbformat                      5.1.3
    nest-asyncio                  1.5.4
    notebook                      6.4.6
    oauthlib                      3.1.1
    packaging                     21.3
    pamela                        1.0.0
    pandocfilters                 1.5.0
    parso                         0.8.3
    pexpect                       4.8.0
    pickleshare                   0.7.5
    pip                           21.3.1
    platformdirs                  2.4.1
    pluggy                        1.0.0
    prometheus-client             0.12.0
    prompt-toolkit                3.0.24
    psutil                        5.9.0
    ptyprocess                    0.7.0
    pycodestyle                   2.8.0
    pycosat                       0.6.3
    pycparser                     2.21
    pycurl                        7.44.1
    pydocstyle                    6.1.1
    pyflakes                      2.4.0
    Pygments                      2.11.2
    PyJWT                         2.3.0
    pylint                        2.12.2
    pyOpenSSL                     21.0.0
    pyparsing                     3.0.6
    pyrsistent                    0.18.0
    PySocks                       1.7.1
    python-dateutil               2.8.2
    python-json-logger            2.0.1
    python-lsp-jsonrpc            1.0.0
    python-lsp-server             1.3.3
    pytz                          2021.3
    pyzmq                         22.3.0
    requests                      2.27.1
    rope                          0.22.0
    ruamel.yaml                   0.17.19
    ruamel.yaml.clib              0.2.6
    ruamel-yaml-conda             0.15.80
    Send2Trash                    1.8.0
    setuptools                    60.5.0
    six                           1.16.0
    sniffio                       1.2.0
    snowballstemmer               2.2.0
    SQLAlchemy                    1.4.29
    terminado                     0.12.1
    testpath                      0.5.0
    toml                          0.10.2
    tornado                       6.1
    tqdm                          4.62.3
    traitlets                     5.1.1
    typing_extensions             4.0.1
    ujson                         5.1.0
    urllib3                       1.26.8
    wcwidth                       0.2.5
    webencodings                  0.5.1
    websocket-client              1.2.3
    wheel                         0.37.1
    wrapt                         1.13.3
    yapf                          0.32.0
    zipp                          3.7.0

conda list:
    # packages in environment at /opt/conda:
    #
    # Name                    Version                   Build  Channel
    _libgcc_mutex             0.1                 conda_forge    conda-forge
    _openmp_mutex             4.5                       1_gnu    conda-forge
    alembic                   1.7.5              pyhd8ed1ab_0    conda-forge
    anyio                     3.5.0            py39hf3d152e_0    conda-forge
    argon2-cffi               21.3.0             pyhd8ed1ab_0    conda-forge
    argon2-cffi-bindings      21.2.0           py39h3811e60_1    conda-forge
    astroid                   2.9.3                    pypi_0    pypi
    async_generator           1.10                       py_0    conda-forge
    attrs                     21.4.0             pyhd8ed1ab_0    conda-forge
    autopep8                  1.6.0                    pypi_0    pypi
    babel                     2.9.1              pyh44b312d_0    conda-forge
    backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
    backports                 1.0                        py_2    conda-forge
    backports.functools_lru_cache 1.6.4              pyhd8ed1ab_0    conda-forge
    bleach                    4.1.0              pyhd8ed1ab_0    conda-forge
    blinker                   1.4                        py_1    conda-forge
    brotlipy                  0.7.0           py39h3811e60_1003    conda-forge
    bzip2                     1.0.8                h7f98852_4    conda-forge
    c-ares                    1.18.1               h7f98852_0    conda-forge
    ca-certificates           2021.10.8            ha878542_0    conda-forge
    certifi                   2021.10.8        py39hf3d152e_1    conda-forge
    certipy                   0.1.3                      py_0    conda-forge
    cffi                      1.15.0           py39h4bc2ebd_0    conda-forge
    charset-normalizer        2.0.10             pyhd8ed1ab_0    conda-forge
    colorama                  0.4.4              pyh9f0ad1d_0    conda-forge
    conda                     4.11.0           py39hf3d152e_0    conda-forge
    conda-package-handling    1.7.3            py39h3811e60_1    conda-forge
    configurable-http-proxy   4.5.0           node17_h7e777a6_2    conda-forge
    cryptography              36.0.1           py39h95dcef6_0    conda-forge
    debugpy                   1.5.1            py39he80948d_0    conda-forge
    decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
    defusedxml                0.7.1              pyhd8ed1ab_0    conda-forge
    entrypoints               0.3             pyhd8ed1ab_1003    conda-forge
    flake8                    4.0.1                    pypi_0    pypi
    flit-core                 3.6.0              pyhd8ed1ab_0    conda-forge
    greenlet                  1.1.2            py39he80948d_1    conda-forge
    icu                       69.1                 h9c3ff4c_0    conda-forge
    idna                      3.1                pyhd3deb0d_0    conda-forge
    importlib-metadata        4.10.0           py39hf3d152e_0    conda-forge
    importlib_resources       5.4.0              pyhd8ed1ab_0    conda-forge
    ipykernel                 6.6.1            py39hef51801_0    conda-forge
    ipython                   7.31.0           py39hf3d152e_0    conda-forge
    ipython_genutils          0.2.0                      py_1    conda-forge
    isort                     5.10.1                   pypi_0    pypi
    jedi                      0.18.1           py39hf3d152e_0    conda-forge
    jinja2                    3.0.3              pyhd8ed1ab_0    conda-forge
    json5                     0.9.5              pyh9f0ad1d_0    conda-forge
    jsonschema                4.3.3              pyhd8ed1ab_0    conda-forge
    jupyter-lsp               1.5.1                    pypi_0    pypi
    jupyter_client            7.1.0              pyhd8ed1ab_0    conda-forge
    jupyter_core              4.9.1            py39hf3d152e_1    conda-forge
    jupyter_server            1.13.1             pyhd8ed1ab_0    conda-forge
    jupyter_telemetry         0.1.0              pyhd8ed1ab_1    conda-forge
    jupyterhub                2.0.2                hd8ed1ab_0    conda-forge
    jupyterhub-base           2.0.2              pyhd8ed1ab_0    conda-forge
    jupyterlab                3.2.6              pyhd8ed1ab_0    conda-forge
    jupyterlab-lsp            3.10.0                   pypi_0    pypi
    jupyterlab_pygments       0.1.2              pyh9f0ad1d_0    conda-forge
    jupyterlab_server         2.10.3             pyhd8ed1ab_0    conda-forge
    krb5                      1.19.2               hcc1bbae_3    conda-forge
    lazy-object-proxy         1.7.1                    pypi_0    pypi
    ld_impl_linux-64          2.36.1               hea4e1c9_2    conda-forge
    libarchive                3.5.2                hccf745f_1    conda-forge
    libcurl                   7.81.0               h2574ce0_0    conda-forge
    libedit                   3.1.20191231         he28a2e2_2    conda-forge
    libev                     4.33                 h516909a_1    conda-forge
    libffi                    3.4.2                h7f98852_5    conda-forge
    libgcc-ng                 11.2.0              h1d223b6_11    conda-forge
    libgomp                   11.2.0              h1d223b6_11    conda-forge
    libiconv                  1.16                 h516909a_0    conda-forge
    libmamba                  0.19.1               h3985d26_0    conda-forge
    libmambapy                0.19.1           py39h8bfa403_0    conda-forge
    libnghttp2                1.43.0               h812cca2_1    conda-forge
    libsodium                 1.0.18               h36c2ea0_1    conda-forge
    libsolv                   0.7.19               h780b84a_5    conda-forge
    libssh2                   1.10.0               ha56f1ee_2    conda-forge
    libstdcxx-ng              11.2.0              he4da1e4_11    conda-forge
    libuv                     1.42.0               h7f98852_0    conda-forge
    libxml2                   2.9.12               h885dcf4_1    conda-forge
    libzlib                   1.2.11            h36c2ea0_1013    conda-forge
    lz4-c                     1.9.3                h9c3ff4c_1    conda-forge
    lzo                       2.10              h516909a_1000    conda-forge
    mako                      1.1.6              pyhd8ed1ab_0    conda-forge
    mamba                     0.19.1           py39hfa8f2c8_0    conda-forge
    markupsafe                2.0.1            py39h3811e60_1    conda-forge
    matplotlib-inline         0.1.3              pyhd8ed1ab_0    conda-forge
    mccabe                    0.6.1                    pypi_0    pypi
    mistune                   0.8.4           py39h3811e60_1005    conda-forge
    nbclassic                 0.3.5              pyhd8ed1ab_0    conda-forge
    nbclient                  0.5.9              pyhd8ed1ab_0    conda-forge
    nbconvert                 6.4.0            py39hf3d152e_0    conda-forge
    nbformat                  5.1.3              pyhd8ed1ab_0    conda-forge
    ncurses                   6.2                  h58526e2_4    conda-forge
    nest-asyncio              1.5.4              pyhd8ed1ab_0    conda-forge
    nodejs                    17.1.0               h8ca31f7_2    conda-forge
    notebook                  6.4.6              pyha770c72_0    conda-forge
    oauthlib                  3.1.1              pyhd8ed1ab_0    conda-forge
    openssl                   1.1.1l               h7f98852_0    conda-forge
    packaging                 21.3               pyhd8ed1ab_0    conda-forge
    pamela                    1.0.0                      py_0    conda-forge
    pandoc                    2.16.2               h7f98852_0    conda-forge
    pandocfilters             1.5.0              pyhd8ed1ab_0    conda-forge
    parso                     0.8.3              pyhd8ed1ab_0    conda-forge
    pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
    pickleshare               0.7.5                   py_1003    conda-forge
    pip                       21.3.1             pyhd8ed1ab_0    conda-forge
    platformdirs              2.4.1                    pypi_0    pypi
    pluggy                    1.0.0                    pypi_0    pypi
    prometheus_client         0.12.0             pyhd8ed1ab_0    conda-forge
    prompt-toolkit            3.0.24             pyha770c72_0    conda-forge
    psutil                    5.9.0            py39h3811e60_0    conda-forge
    ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
    pybind11-abi              4                    hd8ed1ab_3    conda-forge
    pycodestyle               2.8.0                    pypi_0    pypi
    pycosat                   0.6.3           py39h3811e60_1009    conda-forge
    pycparser                 2.21               pyhd8ed1ab_0    conda-forge
    pycurl                    7.44.1           py39h72e3413_1    conda-forge
    pydocstyle                6.1.1                    pypi_0    pypi
    pyflakes                  2.4.0                    pypi_0    pypi
    pygments                  2.11.2             pyhd8ed1ab_0    conda-forge
    pyjwt                     2.3.0              pyhd8ed1ab_1    conda-forge
    pylint                    2.12.2                   pypi_0    pypi
    pyopenssl                 21.0.0             pyhd8ed1ab_0    conda-forge
    pyparsing                 3.0.6              pyhd8ed1ab_0    conda-forge
    pyrsistent                0.18.0           py39h3811e60_0    conda-forge
    pysocks                   1.7.1            py39hf3d152e_4    conda-forge
    python                    3.9.7           hb7a2778_3_cpython    conda-forge
    python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
    python-json-logger        2.0.1              pyh9f0ad1d_0    conda-forge
    python-lsp-jsonrpc        1.0.0                    pypi_0    pypi
    python-lsp-server         1.3.3                    pypi_0    pypi
    python_abi                3.9                      2_cp39    conda-forge
    pytz                      2021.3             pyhd8ed1ab_0    conda-forge
    pyzmq                     22.3.0           py39h37b5a0c_1    conda-forge
    readline                  8.1                  h46c0cb4_0    conda-forge
    reproc                    14.2.3               h7f98852_0    conda-forge
    reproc-cpp                14.2.3               h9c3ff4c_0    conda-forge
    requests                  2.27.1             pyhd8ed1ab_0    conda-forge
    rope                      0.22.0                   pypi_0    pypi
    ruamel.yaml               0.17.19          py39h3811e60_0    conda-forge
    ruamel.yaml.clib          0.2.6            py39h3811e60_0    conda-forge
    ruamel_yaml               0.15.80         py39h3811e60_1006    conda-forge
    send2trash                1.8.0              pyhd8ed1ab_0    conda-forge
    setuptools                60.5.0           py39hf3d152e_0    conda-forge
    six                       1.16.0             pyh6c4a22f_0    conda-forge
    sniffio                   1.2.0            py39hf3d152e_2    conda-forge
    snowballstemmer           2.2.0                    pypi_0    pypi
    sqlalchemy                1.4.29           py39h3811e60_0    conda-forge
    sqlite                    3.37.0               h9cd32fc_0    conda-forge
    terminado                 0.12.1           py39hf3d152e_1    conda-forge
    testpath                  0.5.0              pyhd8ed1ab_0    conda-forge
    tk                        8.6.11               h27826a3_1    conda-forge
    toml                      0.10.2                   pypi_0    pypi
    tornado                   6.1              py39h3811e60_2    conda-forge
    tqdm                      4.62.3             pyhd8ed1ab_0    conda-forge
    traitlets                 5.1.1              pyhd8ed1ab_0    conda-forge
    typing-extensions         4.0.1                    pypi_0    pypi
    tzdata                    2021e                he74cb21_0    conda-forge
    ujson                     5.1.0                    pypi_0    pypi
    urllib3                   1.26.8             pyhd8ed1ab_1    conda-forge
    wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
    webencodings              0.5.1                      py_1    conda-forge
    websocket-client          1.2.3              pyhd8ed1ab_0    conda-forge
    wheel                     0.37.1             pyhd8ed1ab_0    conda-forge
    wrapt                     1.13.3                   pypi_0    pypi
    xz                        5.2.5                h516909a_1    conda-forge
    yaml                      0.2.5                h7f98852_2    conda-forge
    yaml-cpp                  0.6.3                he1b5a44_4    conda-forge
    yapf                      0.32.0                   pypi_0    pypi
    zeromq                    4.3.4                h9c3ff4c_1    conda-forge
    zipp                      3.7.0              pyhd8ed1ab_0    conda-forge
    zlib                      1.2.11            h36c2ea0_1013    conda-forge
    zstd                      1.5.1                ha95c52a_0    conda-forge

conda env:
    name: base
    channels:
      - conda-forge
    dependencies:
      - _libgcc_mutex=0.1=conda_forge
      - _openmp_mutex=4.5=1_gnu
      - alembic=1.7.5=pyhd8ed1ab_0
      - anyio=3.5.0=py39hf3d152e_0
      - argon2-cffi=21.3.0=pyhd8ed1ab_0
      - argon2-cffi-bindings=21.2.0=py39h3811e60_1
      - async_generator=1.10=py_0
      - attrs=21.4.0=pyhd8ed1ab_0
      - babel=2.9.1=pyh44b312d_0
      - backcall=0.2.0=pyh9f0ad1d_0
      - backports=1.0=py_2
      - backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
      - bleach=4.1.0=pyhd8ed1ab_0
      - blinker=1.4=py_1
      - brotlipy=0.7.0=py39h3811e60_1003
      - bzip2=1.0.8=h7f98852_4
      - c-ares=1.18.1=h7f98852_0
      - ca-certificates=2021.10.8=ha878542_0
      - certifi=2021.10.8=py39hf3d152e_1
      - certipy=0.1.3=py_0
      - cffi=1.15.0=py39h4bc2ebd_0
      - charset-normalizer=2.0.10=pyhd8ed1ab_0
      - colorama=0.4.4=pyh9f0ad1d_0
      - conda=4.11.0=py39hf3d152e_0
      - conda-package-handling=1.7.3=py39h3811e60_1
      - configurable-http-proxy=4.5.0=node17_h7e777a6_2
      - cryptography=36.0.1=py39h95dcef6_0
      - debugpy=1.5.1=py39he80948d_0
      - decorator=5.1.1=pyhd8ed1ab_0
      - defusedxml=0.7.1=pyhd8ed1ab_0
      - entrypoints=0.3=pyhd8ed1ab_1003
      - flit-core=3.6.0=pyhd8ed1ab_0
      - greenlet=1.1.2=py39he80948d_1
      - icu=69.1=h9c3ff4c_0
      - idna=3.1=pyhd3deb0d_0
      - importlib-metadata=4.10.0=py39hf3d152e_0
      - importlib_resources=5.4.0=pyhd8ed1ab_0
      - ipykernel=6.6.1=py39hef51801_0
      - ipython=7.31.0=py39hf3d152e_0
      - ipython_genutils=0.2.0=py_1
      - jedi=0.18.1=py39hf3d152e_0
      - jinja2=3.0.3=pyhd8ed1ab_0
      - json5=0.9.5=pyh9f0ad1d_0
      - jsonschema=4.3.3=pyhd8ed1ab_0
      - jupyter_client=7.1.0=pyhd8ed1ab_0
      - jupyter_core=4.9.1=py39hf3d152e_1
      - jupyter_server=1.13.1=pyhd8ed1ab_0
      - jupyter_telemetry=0.1.0=pyhd8ed1ab_1
      - jupyterhub=2.0.2=hd8ed1ab_0
      - jupyterhub-base=2.0.2=pyhd8ed1ab_0
      - jupyterlab=3.2.6=pyhd8ed1ab_0
      - jupyterlab_pygments=0.1.2=pyh9f0ad1d_0
      - jupyterlab_server=2.10.3=pyhd8ed1ab_0
      - krb5=1.19.2=hcc1bbae_3
      - ld_impl_linux-64=2.36.1=hea4e1c9_2
      - libarchive=3.5.2=hccf745f_1
      - libcurl=7.81.0=h2574ce0_0
      - libedit=3.1.20191231=he28a2e2_2
      - libev=4.33=h516909a_1
      - libffi=3.4.2=h7f98852_5
      - libgcc-ng=11.2.0=h1d223b6_11
      - libgomp=11.2.0=h1d223b6_11
      - libiconv=1.16=h516909a_0
      - libmamba=0.19.1=h3985d26_0
      - libmambapy=0.19.1=py39h8bfa403_0
      - libnghttp2=1.43.0=h812cca2_1
      - libsodium=1.0.18=h36c2ea0_1
      - libsolv=0.7.19=h780b84a_5
      - libssh2=1.10.0=ha56f1ee_2
      - libstdcxx-ng=11.2.0=he4da1e4_11
      - libuv=1.42.0=h7f98852_0
      - libxml2=2.9.12=h885dcf4_1
      - libzlib=1.2.11=h36c2ea0_1013
      - lz4-c=1.9.3=h9c3ff4c_1
      - lzo=2.10=h516909a_1000
      - mako=1.1.6=pyhd8ed1ab_0
      - mamba=0.19.1=py39hfa8f2c8_0
      - markupsafe=2.0.1=py39h3811e60_1
      - matplotlib-inline=0.1.3=pyhd8ed1ab_0
      - mistune=0.8.4=py39h3811e60_1005
      - nbclassic=0.3.5=pyhd8ed1ab_0
      - nbclient=0.5.9=pyhd8ed1ab_0
      - nbconvert=6.4.0=py39hf3d152e_0
      - nbformat=5.1.3=pyhd8ed1ab_0
      - ncurses=6.2=h58526e2_4
      - nest-asyncio=1.5.4=pyhd8ed1ab_0
      - nodejs=17.1.0=h8ca31f7_2
      - notebook=6.4.6=pyha770c72_0
      - oauthlib=3.1.1=pyhd8ed1ab_0
      - openssl=1.1.1l=h7f98852_0
      - packaging=21.3=pyhd8ed1ab_0
      - pamela=1.0.0=py_0
      - pandoc=2.16.2=h7f98852_0
      - pandocfilters=1.5.0=pyhd8ed1ab_0
      - parso=0.8.3=pyhd8ed1ab_0
      - pexpect=4.8.0=pyh9f0ad1d_2
      - pickleshare=0.7.5=py_1003
      - pip=21.3.1=pyhd8ed1ab_0
      - prometheus_client=0.12.0=pyhd8ed1ab_0
      - prompt-toolkit=3.0.24=pyha770c72_0
      - psutil=5.9.0=py39h3811e60_0
      - ptyprocess=0.7.0=pyhd3deb0d_0
      - pybind11-abi=4=hd8ed1ab_3
      - pycosat=0.6.3=py39h3811e60_1009
      - pycparser=2.21=pyhd8ed1ab_0
      - pycurl=7.44.1=py39h72e3413_1
      - pygments=2.11.2=pyhd8ed1ab_0
      - pyjwt=2.3.0=pyhd8ed1ab_1
      - pyopenssl=21.0.0=pyhd8ed1ab_0
      - pyparsing=3.0.6=pyhd8ed1ab_0
      - pyrsistent=0.18.0=py39h3811e60_0
      - pysocks=1.7.1=py39hf3d152e_4
      - python=3.9.7=hb7a2778_3_cpython
      - python-dateutil=2.8.2=pyhd8ed1ab_0
      - python-json-logger=2.0.1=pyh9f0ad1d_0
      - python_abi=3.9=2_cp39
      - pytz=2021.3=pyhd8ed1ab_0
      - pyzmq=22.3.0=py39h37b5a0c_1
      - readline=8.1=h46c0cb4_0
      - reproc=14.2.3=h7f98852_0
      - reproc-cpp=14.2.3=h9c3ff4c_0
      - requests=2.27.1=pyhd8ed1ab_0
      - ruamel.yaml=0.17.19=py39h3811e60_0
      - ruamel.yaml.clib=0.2.6=py39h3811e60_0
      - ruamel_yaml=0.15.80=py39h3811e60_1006
      - send2trash=1.8.0=pyhd8ed1ab_0
      - setuptools=60.5.0=py39hf3d152e_0
      - six=1.16.0=pyh6c4a22f_0
      - sniffio=1.2.0=py39hf3d152e_2
      - sqlalchemy=1.4.29=py39h3811e60_0
      - sqlite=3.37.0=h9cd32fc_0
      - terminado=0.12.1=py39hf3d152e_1
      - testpath=0.5.0=pyhd8ed1ab_0
      - tk=8.6.11=h27826a3_1
      - tornado=6.1=py39h3811e60_2
      - tqdm=4.62.3=pyhd8ed1ab_0
      - traitlets=5.1.1=pyhd8ed1ab_0
      - tzdata=2021e=he74cb21_0
      - urllib3=1.26.8=pyhd8ed1ab_1
      - wcwidth=0.2.5=pyh9f0ad1d_2
      - webencodings=0.5.1=py_1
      - websocket-client=1.2.3=pyhd8ed1ab_0
      - wheel=0.37.1=pyhd8ed1ab_0
      - xz=5.2.5=h516909a_1
      - yaml=0.2.5=h7f98852_2
      - yaml-cpp=0.6.3=he1b5a44_4
      - zeromq=4.3.4=h9c3ff4c_1
      - zipp=3.7.0=pyhd8ed1ab_0
      - zlib=1.2.11=h36c2ea0_1013
      - zstd=1.5.1=ha95c52a_0
      - pip:
        - astroid==2.9.3
        - autopep8==1.6.0
        - flake8==4.0.1
        - isort==5.10.1
        - jupyter-lsp==1.5.1
        - jupyterlab-lsp==3.10.0
        - lazy-object-proxy==1.7.1
        - mccabe==0.6.1
        - platformdirs==2.4.1
        - pluggy==1.0.0
        - pycodestyle==2.8.0
        - pydocstyle==6.1.1
        - pyflakes==2.4.0
        - pylint==2.12.2
        - python-lsp-jsonrpc==1.0.0
        - python-lsp-server==1.3.3
        - rope==0.22.0
        - snowballstemmer==2.2.0
        - toml==0.10.2
        - typing-extensions==4.0.1
        - ujson==5.1.0
        - wrapt==1.13.3
        - yapf==0.32.0
    prefix: /opt/conda
</pre>
</details>

<details><summary>Command Line Output</summary>
<pre>
Entered start.sh with args: jupyter lab --debug
Executing the command: jupyter lab --debug
[D 2022-01-13 16:05:35.689 ServerApp](B Searching ['/home/jovyan', '/home/jovyan/.jupyter', '/home/jovyan/.local/etc/jupyter', '/opt/conda/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2022-01-13 16:05:35.689 ServerApp](B Looking for jupyter_config in /etc/jupyter
[D 2022-01-13 16:05:35.689 ServerApp](B Looking for jupyter_config in /usr/local/etc/jupyter
[D 2022-01-13 16:05:35.690 ServerApp](B Looking for jupyter_config in /opt/conda/etc/jupyter
[D 2022-01-13 16:05:35.690 ServerApp](B Looking for jupyter_config in /home/jovyan/.local/etc/jupyter
[D 2022-01-13 16:05:35.690 ServerApp](B Looking for jupyter_config in /home/jovyan/.jupyter
[D 2022-01-13 16:05:35.690 ServerApp](B Looking for jupyter_config in /home/jovyan
[D 2022-01-13 16:05:35.690 ServerApp](B Looking for jupyter_server_config in /etc/jupyter
[D 2022-01-13 16:05:35.691 ServerApp](B Loaded config file: /etc/jupyter/jupyter_server_config.py
[D 2022-01-13 16:05:35.691 ServerApp](B Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2022-01-13 16:05:35.691 ServerApp](B Looking for jupyter_server_config in /opt/conda/etc/jupyter
[D 2022-01-13 16:05:35.691 ServerApp](B Looking for jupyter_server_config in /home/jovyan/.local/etc/jupyter
[D 2022-01-13 16:05:35.691 ServerApp](B Looking for jupyter_server_config in /home/jovyan/.jupyter
[D 2022-01-13 16:05:35.691 ServerApp](B Looking for jupyter_server_config in /home/jovyan
[D 2022-01-13 16:05:35.692 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.693 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /usr/local/etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.693 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /opt/conda/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
        /opt/conda/etc/jupyter/jupyter_server_config.d/jupyterlab.json
        /opt/conda/etc/jupyter/jupyter_server_config.d/nbclassic.json
        /opt/conda/etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.693 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /home/jovyan/.local/etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.693 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /home/jovyan/.jupyter/jupyter_server_config.json
[I 2022-01-13 16:05:35.703 ServerApp](B jupyter_lsp | extension was successfully linked.
[D 2022-01-13 16:05:35.711 LabApp](B Config changed: {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'ip': '0.0.0.0', 'port': 8888, 'open_browser': False, 'jpserver_extensions': <LazyConfigValue {'update': {'jupyter_lsp': True, 'nbclassic': True}}>}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2022-01-13 16:05:35.712 ServerApp](B jupyterlab | extension was successfully linked.
[W 2022-01-13 16:05:35.714 NotebookApp](B 'ip' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-01-13 16:05:35.714 NotebookApp](B 'port' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-01-13 16:05:35.714 NotebookApp](B 'port' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[D 2022-01-13 16:05:35.719 NotebookApp](B Config changed: {'NotebookApp': {'open_browser': False}, 'ServerApp': {'ip': '0.0.0.0', 'port': 8888, 'log_level': 'DEBUG', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterlab': True, 'jupyter_lsp': True, 'nbclassic': True}>}, 'FileContentsManager': {'delete_to_trash': False}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2022-01-13 16:05:35.720 ServerApp](B Writing Jupyter server cookie secret to /home/jovyan/.local/share/jupyter/runtime/jupyter_cookie_secret
[D 2022-01-13 16:05:35.833 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /home/jovyan/.jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.833 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.833 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.834 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /opt/conda/etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
        /opt/conda/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
        /opt/conda/etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.834 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /home/jovyan/.local/etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.834 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /home/jovyan/.jupyter/jupyter_notebook_config.json
[I 2022-01-13 16:05:35.834 ServerApp](B nbclassic | extension was successfully linked.
[D 2022-01-13 16:05:35.835 ServerApp](B Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}, 'NotebookApp': {'open_browser': False}, 'ServerApp': {'ip': '0.0.0.0', 'port': 8888, 'log_level': 'DEBUG', 'open_browser': False, 'jpserver_extensions': <LazyConfigValue value={'jupyterlab': True, 'jupyter_lsp': True, 'nbclassic': True}>}}
[I 2022-01-13 16:05:35.853 ServerApp](B nbclassic | extension was successfully loaded.
[D 2022-01-13 16:05:35.854 ServerApp](B Paths used for configuration of jupyter_config: 
        /etc/jupyter/jupyter_config.json
[D 2022-01-13 16:05:35.854 ServerApp](B Paths used for configuration of jupyter_config: 
        /usr/local/etc/jupyter/jupyter_config.json
[D 2022-01-13 16:05:35.855 ServerApp](B Paths used for configuration of jupyter_config: 
        /opt/conda/etc/jupyter/jupyter_config.json
[D 2022-01-13 16:05:35.855 ServerApp](B Paths used for configuration of jupyter_config: 
        /home/jovyan/.local/etc/jupyter/jupyter_config.json
[D 2022-01-13 16:05:35.855 ServerApp](B Paths used for configuration of jupyter_config: 
        /home/jovyan/.jupyter/jupyter_config.json
[D 2022-01-13 16:05:35.855 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.856 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.856 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /opt/conda/etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
        /opt/conda/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
        /opt/conda/etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.856 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /home/jovyan/.local/etc/jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.857 ServerApp](B Paths used for configuration of jupyter_notebook_config: 
        /home/jovyan/.jupyter/jupyter_notebook_config.json
[D 2022-01-13 16:05:35.857 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.857 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /usr/local/etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.857 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /opt/conda/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
        /opt/conda/etc/jupyter/jupyter_server_config.d/jupyterlab.json
        /opt/conda/etc/jupyter/jupyter_server_config.d/nbclassic.json
        /opt/conda/etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.858 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /home/jovyan/.local/etc/jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.858 ServerApp](B Paths used for configuration of jupyter_server_config: 
        /home/jovyan/.jupyter/jupyter_server_config.json
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /home/jovyan/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/lib/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.867 ServerApp](B bash-language-server/bin/main.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /home/jovyan/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.867 ServerApp](B dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /home/jovyan/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.867 ServerApp](B Checking for /opt/conda/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.868 ServerApp](B Checking for /opt/conda/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.868 ServerApp](B javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.868 ServerApp](B Checking for /home/jovyan/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.868 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.868 ServerApp](B Checking for /opt/conda/lib/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.868 ServerApp](B Checking for /opt/conda/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.868 ServerApp](B pyright/langserver.index.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /home/jovyan/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /home/jovyan/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/lib/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.870 ServerApp](B typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /home/jovyan/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/lib/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.870 ServerApp](B Checking for /opt/conda/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.871 ServerApp](B unified-language-server/src/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /home/jovyan/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /home/jovyan/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /home/jovyan/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.871 ServerApp](B vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /home/jovyan/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.871 ServerApp](B Checking for /opt/conda/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.871 ServerApp](B yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[I 2022-01-13 16:05:35.872 ServerApp](B 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, 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 2022-01-13 16:05:35.880 ServerApp](B Checking for /home/jovyan/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.880 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.880 ServerApp](B Checking for /opt/conda/lib/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.880 ServerApp](B Checking for /opt/conda/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.880 ServerApp](B bash-language-server/bin/main.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.880 ServerApp](B Checking for /home/jovyan/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.880 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.880 ServerApp](B Checking for /opt/conda/lib/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /opt/conda/node_modules/bash-language-server/bin/main.js
[D 2022-01-13 16:05:35.881 ServerApp](B bash-language-server/bin/main.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /home/jovyan/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /opt/conda/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /opt/conda/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /home/jovyan/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /opt/conda/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B Checking for /opt/conda/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2022-01-13 16:05:35.881 ServerApp](B dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /home/jovyan/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /opt/conda/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /opt/conda/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /home/jovyan/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /opt/conda/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B Checking for /opt/conda/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2022-01-13 16:05:35.882 ServerApp](B javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /home/jovyan/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /opt/conda/lib/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /opt/conda/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.883 ServerApp](B pyright/langserver.index.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /home/jovyan/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /opt/conda/lib/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.883 ServerApp](B Checking for /opt/conda/node_modules/pyright/langserver.index.js
[D 2022-01-13 16:05:35.884 ServerApp](B pyright/langserver.index.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.885 ServerApp](B Checking for /home/jovyan/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.885 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.885 ServerApp](B Checking for /opt/conda/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.885 ServerApp](B Checking for /opt/conda/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.886 ServerApp](B sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.886 ServerApp](B Checking for /home/jovyan/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.886 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.886 ServerApp](B Checking for /opt/conda/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.886 ServerApp](B Checking for /opt/conda/node_modules/sql-language-server/dist/bin/cli.js
[D 2022-01-13 16:05:35.886 ServerApp](B sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.886 ServerApp](B Checking for /home/jovyan/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/lib/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /home/jovyan/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/lib/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/node_modules/typescript-language-server/lib/cli.js
[D 2022-01-13 16:05:35.887 ServerApp](B typescript-language-server/lib/cli.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /home/jovyan/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/lib/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /opt/conda/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.887 ServerApp](B unified-language-server/src/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.887 ServerApp](B Checking for /home/jovyan/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/lib/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/node_modules/unified-language-server/src/server.js
[D 2022-01-13 16:05:35.888 ServerApp](B unified-language-server/src/server.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /home/jovyan/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /home/jovyan/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B Checking for /opt/conda/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2022-01-13 16:05:35.888 ServerApp](B vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /home/jovyan/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /home/jovyan/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /home/jovyan/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.889 ServerApp](B Checking for /opt/conda/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.890 ServerApp](B vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /home/jovyan/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2022-01-13 16:05:35.890 ServerApp](B vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /home/jovyan/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /home/jovyan/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B Checking for /opt/conda/node_modules/yaml-language-server/bin/yaml-language-server
[D 2022-01-13 16:05:35.890 ServerApp](B yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/home/jovyan'), PosixPath('/opt/conda/share/jupyter/lab/staging'), PosixPath('/opt/conda/lib'), PosixPath('/opt/conda')]
[D 2022-01-13 16:05:35.914 ServerApp](B [lsp] rootUri will be file:///home/jovyan
[D 2022-01-13 16:05:35.914 ServerApp](B [lsp] virtualDocumentsUri will be file:///home/jovyan/.virtual_documents
[D 2022-01-13 16:05:35.915 ServerApp](B [lsp] The following Language Servers will be available: {
      "pylsp": {
        "argv": [
          "/opt/conda/bin/python3.9",
          "-m",
          "pylsp"
        ],
        "config_schema": {
          "properties": {
            "pylsp.configurationSources": {
              "default": [
                "pycodestyle"
              ],
              "description": "List of configuration sources to use.",
              "items": {
                "enum": [
                  "pycodestyle",
                  "pyflakes"
                ],
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.executable": {
              "default": "pylsp",
              "description": "Language server executable",
              "type": "string"
            },
            "pylsp.plugins.jedi_completion.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_completion.include_params": {
              "default": true,
              "description": "Auto-completes methods and classes with tabstops for each parameter.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_definition.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_definition.follow_builtin_imports": {
              "default": true,
              "description": "If follow_imports is True will decide if it follow builtin imports.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_definition.follow_imports": {
              "default": true,
              "description": "The goto call will follow imports.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_hover.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_references.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_signature_help.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_symbols.all_scopes": {
              "default": true,
              "description": "If True lists the names of all scopes instead of only the module namespace.",
              "type": "boolean"
            },
            "pylsp.plugins.jedi_symbols.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.mccabe.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.mccabe.threshold": {
              "default": 15,
              "description": "The minimum threshold that triggers warnings about cyclomatic complexity.",
              "type": "number"
            },
            "pylsp.plugins.preload.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.preload.modules": {
              "default": null,
              "description": "List of modules to import on startup",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pycodestyle.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.pycodestyle.exclude": {
              "default": null,
              "description": "Exclude files or directories which match these patterns.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pycodestyle.filename": {
              "default": null,
              "description": "When parsing directories, only check filenames matching these patterns.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pycodestyle.hangClosing": {
              "default": null,
              "description": "Hang closing bracket instead of matching indentation of opening bracket's line.",
              "type": "boolean"
            },
            "pylsp.plugins.pycodestyle.ignore": {
              "default": null,
              "description": "Ignore errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pycodestyle.maxLineLength": {
              "default": null,
              "description": "Set maximum allowed line length.",
              "type": "number"
            },
            "pylsp.plugins.pycodestyle.select": {
              "default": null,
              "description": "Select errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pydocstyle.addIgnore": {
              "default": null,
              "description": "Ignore errors and warnings in addition to the specified convention.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pydocstyle.addSelect": {
              "default": null,
              "description": "Select errors and warnings in addition to the specified convention.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pydocstyle.convention": {
              "default": null,
              "description": "Choose the basic list of checked errors by specifying an existing convention.",
              "enum": [
                "pep257",
                "numpy"
              ],
              "type": "string"
            },
            "pylsp.plugins.pydocstyle.enabled": {
              "default": false,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.pydocstyle.ignore": {
              "default": null,
              "description": "Ignore errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pydocstyle.match": {
              "default": "(?!test_).*\\.py",
              "description": "Check only files that exactly match the given regular expression; default is to match files that don't start with 'test_' but end with '.py'.",
              "type": "string"
            },
            "pylsp.plugins.pydocstyle.matchDir": {
              "default": "[^\\.].*",
              "description": "Search only dirs that exactly match the given regular expression; default is to match dirs which do not begin with a dot.",
              "type": "string"
            },
            "pylsp.plugins.pydocstyle.select": {
              "default": null,
              "description": "Select errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pylsp.plugins.pyflakes.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.pylint.args": {
              "default": null,
              "description": "Arguments to pass to pylint.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": false
            },
            "pylsp.plugins.pylint.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.rope_completion.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.plugins.yapf.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pylsp.rope.extensionModules": {
              "default": null,
              "description": "Builtin and c-extension modules that are allowed to be imported and inspected by rope.",
              "type": "string"
            },
            "pylsp.rope.ropeFolder": {
              "default": null,
              "description": "The name of the folder in which rope stores project configurations and data.  Pass `null` for not using such a folder at all.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            }
          },
          "title": "Python Language Server Configuration",
          "type": "object"
        },
        "display_name": "python-lsp-server (pylsp)",
        "env": {
          "PYTHONUNBUFFERED": "1"
        },
        "extend": [
          {
            "display_name": "pyls-mypy",
            "install": {
              "conda": "conda install pyls-mypy",
              "pip": "pip install pyls-mypy"
            }
          },
          {
            "display_name": "pyls-black",
            "install": {
              "conda": "conda install pyls-black",
              "pip": "pip install pyls-black"
            }
          },
          {
            "display_name": "pyls-isort",
            "install": {
              "conda": "conda install pyls-isort",
              "pip": "pip install pyls-isort"
            }
          },
          {
            "display_name": "pyls-memestra",
            "install": {
              "conda": "conda install pyls-memestra",
              "pip": "pip install pyls-memestra"
            }
          }
        ],
        "install": {
          "conda": "conda install -c conda-forge python-lsp-server",
          "pip": "pip install 'python-lsp-server[all]'"
        },
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "urls": {
          "home": "https://github.com/python-lsp/python-lsp-server",
          "issues": "https://github.com/python-lsp/python-lsp-server/issues"
        },
        "version": 2
      }
    }
[I 2022-01-13 16:05:35.915 ServerApp](B jupyter_lsp | extension was successfully loaded.
[I 2022-01-13 16:05:35.916 LabApp](B JupyterLab extension loaded from /opt/conda/lib/python3.9/site-packages/jupyterlab
[I 2022-01-13 16:05:35.916 LabApp](B JupyterLab application directory is /opt/conda/share/jupyter/lab
[I 2022-01-13 16:05:35.918 ServerApp](B jupyterlab | extension was successfully loaded.
[I 2022-01-13 16:05:35.919 ServerApp](B Serving notebooks from local directory: /home/jovyan
[I 2022-01-13 16:05:35.919 ServerApp](B Jupyter Server 1.13.1 is running at:
[I 2022-01-13 16:05:35.919 ServerApp](B http://0348ded8d0be:8888/lab?token=33c59af8453fd2705898b2fb3cf2e713ec837d81deb4b744
[I 2022-01-13 16:05:35.919 ServerApp](B  or http://127.0.0.1:8888/lab?token=33c59af8453fd2705898b2fb3cf2e713ec837d81deb4b744
[I 2022-01-13 16:05:35.919 ServerApp](B Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2022-01-13 16:05:35.921 ServerApp](B 

    To access the server, open this file in a browser:
        file:///home/jovyan/.local/share/jupyter/runtime/jpserver-7-open.html
    Or copy and paste one of these URLs:
        http://0348ded8d0be:8888/lab?token=33c59af8453fd2705898b2fb3cf2e713ec837d81deb4b744
     or http://127.0.0.1:8888/lab?token=33c59af8453fd2705898b2fb3cf2e713ec837d81deb4b744
[D 2022-01-13 16:06:03.670 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:03.672 ServerApp](B Paths used for configuration of page_config: 
        /etc/jupyter/labconfig/page_config.json
[D 2022-01-13 16:06:03.672 ServerApp](B Paths used for configuration of page_config: 
        /usr/local/etc/jupyter/labconfig/page_config.json
[D 2022-01-13 16:06:03.673 ServerApp](B Paths used for configuration of page_config: 
        /opt/conda/etc/jupyter/labconfig/page_config.json
[D 2022-01-13 16:06:03.673 ServerApp](B Paths used for configuration of page_config: 
        /home/jovyan/.local/etc/jupyter/labconfig/page_config.json
[D 2022-01-13 16:06:03.673 ServerApp](B Paths used for configuration of page_config: 
        /home/jovyan/.jupyter/labconfig/page_config.json
[D 2022-01-13 16:06:03.674 LabApp](B Using contents: services/contents
[D 2022-01-13 16:06:03.677 LabApp](B 200 GET /lab?token=33c59af8453fd2705898b2fb3cf2e713ec837d81deb4b744 (192.168.41.101) 6.95ms
[D 2022-01-13 16:06:03.741 ServerApp](B Path @krassowski/jupyterlab-lsp/static/remoteEntry.e3b06120b79a590bd055.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/remoteEntry.e3b06120b79a590bd055.js
[D 2022-01-13 16:06:03.741 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/remoteEntry.e3b06120b79a590bd055.js (192.168.41.101) 1.43ms
[D 2022-01-13 16:06:03.760 ServerApp](B Path favicons/favicon.ico served from /opt/conda/lib/python3.9/site-packages/jupyter_server/static/favicons/favicon.ico
[D 2022-01-13 16:06:03.760 ServerApp](B 304 GET /static/favicons/favicon.ico (192.168.41.101) 0.89ms
[D 2022-01-13 16:06:03.901 ServerApp](B Path @krassowski/jupyterlab-lsp/static/472.c415937b358c6e4293ea.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/472.c415937b358c6e4293ea.js
[D 2022-01-13 16:06:03.901 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/472.c415937b358c6e4293ea.js?v=c415937b358c6e4293ea (192.168.41.101) 1.35ms
[D 2022-01-13 16:06:03.901 ServerApp](B Path @krassowski/jupyterlab-lsp/static/44.2b1bf8365784cdb0d32a.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/44.2b1bf8365784cdb0d32a.js
[D 2022-01-13 16:06:03.902 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/44.2b1bf8365784cdb0d32a.js?v=2b1bf8365784cdb0d32a (192.168.41.101) 1.10ms
[D 2022-01-13 16:06:03.912 ServerApp](B Path @krassowski/jupyterlab-lsp/static/235.453c6b7265434cd38d02.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/235.453c6b7265434cd38d02.js
[D 2022-01-13 16:06:03.913 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/235.453c6b7265434cd38d02.js?v=453c6b7265434cd38d02 (192.168.41.101) 0.83ms
[D 2022-01-13 16:06:03.913 ServerApp](B Path @krassowski/jupyterlab-lsp/static/480.645b59494ac82a7bb1fc.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/480.645b59494ac82a7bb1fc.js
[D 2022-01-13 16:06:03.913 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/480.645b59494ac82a7bb1fc.js?v=645b59494ac82a7bb1fc (192.168.41.101) 0.88ms
[D 2022-01-13 16:06:03.914 ServerApp](B Path @krassowski/jupyterlab-lsp/static/676.4df0f958ff2d37c58dc5.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/676.4df0f958ff2d37c58dc5.js
[D 2022-01-13 16:06:03.914 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/676.4df0f958ff2d37c58dc5.js?v=4df0f958ff2d37c58dc5 (192.168.41.101) 1.10ms
[D 2022-01-13 16:06:03.914 ServerApp](B Path @krassowski/jupyterlab-lsp/static/875.29de221386ce406b956d.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/875.29de221386ce406b956d.js
[D 2022-01-13 16:06:03.915 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/875.29de221386ce406b956d.js?v=29de221386ce406b956d (192.168.41.101) 1.18ms
[D 2022-01-13 16:06:03.915 ServerApp](B Path @krassowski/jupyterlab-lsp/static/637.88b1b47bec1fcf1f16fd.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/637.88b1b47bec1fcf1f16fd.js
[D 2022-01-13 16:06:03.915 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/637.88b1b47bec1fcf1f16fd.js?v=88b1b47bec1fcf1f16fd (192.168.41.101) 1.28ms
[D 2022-01-13 16:06:03.915 ServerApp](B Path @krassowski/jupyterlab-lsp/static/321.517836e7e35961620fd1.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/321.517836e7e35961620fd1.js
[D 2022-01-13 16:06:03.915 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/321.517836e7e35961620fd1.js?v=517836e7e35961620fd1 (192.168.41.101) 1.36ms
[D 2022-01-13 16:06:03.968 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:03.969 ServerApp](B Found kernel python3 in /opt/conda/share/jupyter/kernels
[D 2022-01-13 16:06:04.049 ServerApp](B 200 GET /api/kernelspecs?1642089968890 (192.168.41.101) 81.26ms
[D 2022-01-13 16:06:04.050 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:04.051 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:04.051 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:04.051 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:04.051 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:04.052 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:04.052 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:04.052 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:04.052 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:04.087 LabApp](B 200 GET /lab/api/settings?1642089968893 (192.168.41.101) 37.12ms
[D 2022-01-13 16:06:04.087 ServerApp](B 200 GET /api/kernels?1642089968895 (192.168.41.101) 35.46ms
[D 2022-01-13 16:06:04.088 ServerApp](B 200 GET /api/sessions?1642089968896 (192.168.41.101) 35.84ms
[D 2022-01-13 16:06:04.088 ServerApp](B 200 GET /api/terminals?1642089968896 (192.168.41.101) 35.83ms
[D 2022-01-13 16:06:04.361 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:04.362 ServerApp](B Found kernel python3 in /opt/conda/share/jupyter/kernels
[D 2022-01-13 16:06:04.362 ServerApp](B 200 GET /api/kernelspecs?1642089969294 (192.168.41.101) 1.62ms
[D 2022-01-13 16:06:05.357 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.358 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.358 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.359 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.359 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.359 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.376 ServerApp](B 200 GET /lab/api/translations/en?1642089970282 (192.168.41.101) 18.94ms
[D 2022-01-13 16:06:05.406 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.418 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.419 ServerApp](B 200 GET /lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1642089970353 (192.168.41.101) 0.97ms
[D 2022-01-13 16:06:05.422 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.424 ServerApp](B 200 GET /api/contents?content=1&1642089970357 (192.168.41.101) 1.77ms
[D 2022-01-13 16:06:05.442 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.443 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.443 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.444 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.444 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.444 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.446 LabApp](B 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1642089970377 (192.168.41.101) 4.54ms
[D 2022-01-13 16:06:05.447 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.447 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.448 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.448 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.448 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.448 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.450 LabApp](B 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1642089970377 (192.168.41.101) 3.43ms
[D 2022-01-13 16:06:05.450 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.451 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.451 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.451 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.452 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.452 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.454 LabApp](B 200 GET /lab/api/settings/@jupyterlab/mainmenu-extension:plugin?1642089970378 (192.168.41.101) 4.14ms
[D 2022-01-13 16:06:05.472 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.473 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.473 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.474 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.474 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.474 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.476 LabApp](B 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1642089970407 (192.168.41.101) 3.96ms
[D 2022-01-13 16:06:05.484 LabApp](B Node v17.1.0

[D 2022-01-13 16:06:05.489 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.490 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.491 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.491 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.491 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.491 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.510 ServerApp](B 200 GET /lab/api/translations/?1642089970423 (192.168.41.101) 21.42ms
[D 2022-01-13 16:06:05.511 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.511 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.512 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.547 ServerApp](B 200 GET /lsp/status?1642089970440 (192.168.41.101) 35.75ms
[D 2022-01-13 16:06:05.549 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.550 LabApp](B 200 GET /lab/api/workspaces/default?1642089970479 (192.168.41.101) 1.03ms
[D 2022-01-13 16:06:05.572 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.574 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.575 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.575 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.576 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.576 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.579 LabApp](B 200 GET /lab/api/settings/@jupyterlab/docmanager-extension:plugin?1642089970508 (192.168.41.101) 7.10ms
[D 2022-01-13 16:06:05.580 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.581 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.582 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.582 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.583 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.583 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.616 LabApp](B 200 GET /lab/api/settings/@jupyterlab/application-extension:context-menu?1642089970508 (192.168.41.101) 36.20ms
[D 2022-01-13 16:06:05.617 ServerApp](B Path @jupyterlab/theme-light-extension/index.css served from /opt/conda/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css
[D 2022-01-13 16:06:05.617 ServerApp](B 304 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (192.168.41.101) 33.67ms
[D 2022-01-13 16:06:05.634 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.640 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.643 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.647 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.648 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.649 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.722 LabApp](B Yarn configuration loaded.
[D 2022-01-13 16:06:05.775 LabApp](B 200 GET /lab/api/settings?1642089970560 (192.168.41.101) 141.12ms
[I 2022-01-13 16:06:05.775 LabApp](B Build is up to date
[D 2022-01-13 16:06:05.776 LabApp](B 200 GET /lab/api/build?1642089970340 (192.168.41.101) 370.05ms
[D 2022-01-13 16:06:05.777 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:05.778 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.778 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.779 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /opt/conda/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.779 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.779 ServerApp](B Paths used for configuration of default_setting_overrides: 
        /home/jovyan/.jupyter/labconfig/default_setting_overrides.json
[D 2022-01-13 16:06:05.783 LabApp](B 200 GET /lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1642089970641 (192.168.41.101) 6.15ms
[D 2022-01-13 16:06:06.226 ServerApp](B 200 GET /api/nbconvert?1642089970438 (192.168.41.101) 714.63ms
[D 2022-01-13 16:06:06.230 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:06.232 LabApp](B 204 PUT /lab/api/workspaces/default?1642089971146 (192.168.41.101) 2.16ms
[D 2022-01-13 16:06:06.238 ServerApp](B 200 GET /api/nbconvert?1642089970437 (192.168.41.101) 727.11ms
[D 2022-01-13 16:06:06.293 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:06.294 ServerApp](B 200 GET /api/contents?content=1&1642089971224 (192.168.41.101) 1.56ms
[D 2022-01-13 16:06:06.812 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:06.813 LabApp](B 204 PUT /lab/api/workspaces/default?1642089971738 (192.168.41.101) 1.42ms
[D 2022-01-13 16:06:09.417 ServerApp](B 304 GET /lab/api/themes/@jupyterlab/theme-light-extension/index.css (192.168.41.101) 1.10ms
[D 2022-01-13 16:06:09.653 ServerApp](B Using contents: services/contents
[D 2022-01-13 16:06:09.662 ServerApp](B Path favicon.ico served from /opt/conda/lib/python3.9/site-packages/jupyter_server/static/favicon.ico
[D 2022-01-13 16:06:09.663 ServerApp](B Path style/bootstrap.min.css served from /opt/conda/lib/python3.9/site-packages/jupyter_server/static/style/bootstrap.min.css
[D 2022-01-13 16:06:09.663 ServerApp](B Path style/bootstrap-theme.min.css served from /opt/conda/lib/python3.9/site-packages/jupyter_server/static/style/bootstrap-theme.min.css
[D 2022-01-13 16:06:09.663 ServerApp](B Path style/index.css served from /opt/conda/lib/python3.9/site-packages/jupyter_server/static/style/index.css
[D 2022-01-13 16:06:09.664 ServerApp](B Path logo/logo.png served from /opt/conda/lib/python3.9/site-packages/jupyter_server/static/logo/logo.png
[W 2022-01-13 16:06:09.664 ServerApp](B 404 GET /static/lab/main.4e914f8eb0764a72509a.js.map?v=4e914f8eb0764a72509a (192.168.41.101) 11.89ms referer=None
[D 2022-01-13 16:06:09.665 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.665 ServerApp](B 404 GET /static/lab/9473.0ff4ca1308067013a936.js.map?v=0ff4ca1308067013a936 (192.168.41.101) 1.03ms referer=None
[D 2022-01-13 16:06:09.665 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.666 ServerApp](B 404 GET /static/lab/6700.9bfbe77418dd01d623dd.js.map?v=9bfbe77418dd01d623dd (192.168.41.101) 1.29ms referer=None
[D 2022-01-13 16:06:09.667 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.667 ServerApp](B 404 GET /static/lab/1036.dfe6d0028c097545e043.js.map?v=dfe6d0028c097545e043 (192.168.41.101) 1.07ms referer=None
[D 2022-01-13 16:06:09.667 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.668 ServerApp](B 404 GET /static/lab/4155.784ca1752696680bf373.js.map?v=784ca1752696680bf373 (192.168.41.101) 1.39ms referer=None
[D 2022-01-13 16:06:09.668 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.668 ServerApp](B 404 GET /static/lab/1033.fc4792a37de5b414eb76.js.map?v=fc4792a37de5b414eb76 (192.168.41.101) 1.72ms referer=None
[D 2022-01-13 16:06:09.673 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.673 ServerApp](B 404 GET /static/lab/4570.44c948d7eae0f307f23c.js.map?v=44c948d7eae0f307f23c (192.168.41.101) 0.89ms referer=None
[D 2022-01-13 16:06:09.678 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.678 ServerApp](B 404 GET /static/lab/7294.46e9d2dfa68082780e97.js.map?v=46e9d2dfa68082780e97 (192.168.41.101) 0.70ms referer=None
[D 2022-01-13 16:06:09.690 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.691 ServerApp](B 404 GET /static/lab/3935.e00facce2e55a4af6e62.js.map?v=e00facce2e55a4af6e62 (192.168.41.101) 1.29ms referer=None
[D 2022-01-13 16:06:09.691 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.691 ServerApp](B 404 GET /static/lab/7084.8cbd74268350b25b03e6.js.map?v=8cbd74268350b25b03e6 (192.168.41.101) 1.53ms referer=None
[D 2022-01-13 16:06:09.691 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.692 ServerApp](B 404 GET /static/lab/4631.96a143e70f005fef7b59.js.map?v=96a143e70f005fef7b59 (192.168.41.101) 1.79ms referer=None
[D 2022-01-13 16:06:09.693 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.693 ServerApp](B 404 GET /static/lab/7755.d506a1d9dadf30b1e490.js.map?v=d506a1d9dadf30b1e490 (192.168.41.101) 0.73ms referer=None
[D 2022-01-13 16:06:09.694 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.694 ServerApp](B 404 GET /static/lab/2719.0f2900a6d5ad4b9ab991.js.map?v=0f2900a6d5ad4b9ab991 (192.168.41.101) 0.87ms referer=None
[D 2022-01-13 16:06:09.694 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.694 ServerApp](B 404 GET /static/lab/6080.ec68ea9c4aeba935dfe1.js.map?v=ec68ea9c4aeba935dfe1 (192.168.41.101) 1.19ms referer=None
[D 2022-01-13 16:06:09.704 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.704 ServerApp](B 404 GET /static/lab/9761.bef05a557014845a6440.js.map?v=bef05a557014845a6440 (192.168.41.101) 0.80ms referer=None
[D 2022-01-13 16:06:09.705 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.705 ServerApp](B 404 GET /static/lab/1057.d40b0df3b5204d4b7555.js.map?v=d40b0df3b5204d4b7555 (192.168.41.101) 0.90ms referer=None
[D 2022-01-13 16:06:09.706 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.706 ServerApp](B 404 GET /static/lab/1255.59fa22f60e51cc22d272.js.map?v=59fa22f60e51cc22d272 (192.168.41.101) 1.21ms referer=None
[D 2022-01-13 16:06:09.707 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.707 ServerApp](B 404 GET /static/lab/807.6b30184f7501f5f7e165.js.map?v=6b30184f7501f5f7e165 (192.168.41.101) 1.10ms referer=None
[D 2022-01-13 16:06:09.707 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.708 ServerApp](B 404 GET /static/lab/3029.a8f0bb06d3fc32f3a460.js.map?v=a8f0bb06d3fc32f3a460 (192.168.41.101) 1.42ms referer=None
[D 2022-01-13 16:06:09.708 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.708 ServerApp](B 404 GET /static/lab/6859.014593a0654583a7987a.js.map?v=014593a0654583a7987a (192.168.41.101) 1.76ms referer=None
[D 2022-01-13 16:06:09.727 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.728 ServerApp](B 404 GET /static/lab/4151.4231385b54416084a07d.js.map?v=4231385b54416084a07d (192.168.41.101) 1.03ms referer=None
[D 2022-01-13 16:06:09.728 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.729 ServerApp](B 404 GET /static/lab/1902.84e773fc133a804e6fdf.js.map?v=84e773fc133a804e6fdf (192.168.41.101) 0.96ms referer=None
[D 2022-01-13 16:06:09.729 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.729 ServerApp](B 404 GET /static/lab/4429.9d0e9af89b4ab5bf2a29.js.map?v=9d0e9af89b4ab5bf2a29 (192.168.41.101) 1.29ms referer=None
[D 2022-01-13 16:06:09.730 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.731 ServerApp](B 404 GET /static/lab/126.5d8cd3e65dcde384239b.js.map?v=5d8cd3e65dcde384239b (192.168.41.101) 1.36ms referer=None
[D 2022-01-13 16:06:09.731 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.731 ServerApp](B 404 GET /static/lab/911.450bbe76abd3eb965b80.js.map?v=450bbe76abd3eb965b80 (192.168.41.101) 1.61ms referer=None
[D 2022-01-13 16:06:09.731 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.732 ServerApp](B 404 GET /static/lab/714.d38baae8faccca175d4b.js.map?v=d38baae8faccca175d4b (192.168.41.101) 1.89ms referer=None
[D 2022-01-13 16:06:09.743 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.743 ServerApp](B 404 GET /static/lab/3123.98d18492499b148722e5.js.map?v=98d18492499b148722e5 (192.168.41.101) 0.78ms referer=None
[D 2022-01-13 16:06:09.743 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.744 ServerApp](B 404 GET /static/lab/3496.ecb0e7fcc54191234ae6.js.map?v=ecb0e7fcc54191234ae6 (192.168.41.101) 0.66ms referer=None
[D 2022-01-13 16:06:09.745 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.745 ServerApp](B 404 GET /static/lab/7796.3343a37f6dc451669390.js.map?v=3343a37f6dc451669390 (192.168.41.101) 0.70ms referer=None
[D 2022-01-13 16:06:09.746 ServerApp](B Using contents: services/contents
[W 2022-01-13 16:06:09.746 ServerApp](B 404 GET /static/lab/jlab_core.786f2caee2b19ae20877.js.map?v=786f2caee2b19ae20877 (192.168.41.101) 0.70ms referer=None
[D 2022-01-13 16:06:14.207 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:14.207 ServerApp](B 200 GET /api/kernels?1642089979113 (192.168.41.101) 0.88ms
[D 2022-01-13 16:06:14.208 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:14.208 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:14.208 ServerApp](B 200 GET /api/sessions?1642089979128 (192.168.41.101) 0.76ms
[D 2022-01-13 16:06:14.209 ServerApp](B 200 GET /api/terminals?1642089979130 (192.168.41.101) 0.66ms
[D 2022-01-13 16:06:16.328 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:16.329 ServerApp](B 200 GET /api/contents?content=1&1642089981250 (192.168.41.101) 1.42ms
[D 2022-01-13 16:06:21.031 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[I 2022-01-13 16:06:21.032 ServerApp](B Creating new notebook in 
[D 2022-01-13 16:06:21.033 ServerApp](B Saving /home/jovyan/Untitled.ipynb
[I 2022-01-13 16:06:21.058 ServerApp](B Writing notebook-signing key to /home/jovyan/.local/share/jupyter/notebook_secret
[D 2022-01-13 16:06:21.076 ServerApp](B 201 POST /api/contents?1642089985963 (192.168.41.101) 44.53ms
[D 2022-01-13 16:06:21.100 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.101 ServerApp](B 200 GET /api/contents/Untitled.ipynb?content=0&1642089986025 (192.168.41.101) 0.98ms
[D 2022-01-13 16:06:21.104 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.105 ServerApp](B 200 GET /api/contents?content=1&1642089986038 (192.168.41.101) 1.14ms
[D 2022-01-13 16:06:21.151 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.163 ServerApp](B 200 GET /api/contents/Untitled.ipynb?type=notebook&content=1&1642089986083 (192.168.41.101) 12.72ms
[D 2022-01-13 16:06:21.180 ServerApp](B Path components/MathJax/MathJax.js served from /opt/conda/lib/python3.9/site-packages/notebook/static/components/MathJax/MathJax.js
[D 2022-01-13 16:06:21.180 ServerApp](B 304 GET /static/notebook/components/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full,Safe&amp;delayStartupUntil=configured (192.168.41.101) 0.64ms
[D 2022-01-13 16:06:21.222 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.223 ServerApp](B 200 GET /api/contents/Untitled.ipynb/checkpoints?1642089986157 (192.168.41.101) 1.09ms
[D 2022-01-13 16:06:21.223 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.224 ServerApp](B 200 GET /api/contents/Untitled.ipynb/checkpoints?1642089986157 (192.168.41.101) 0.49ms
[D 2022-01-13 16:06:21.234 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.234 ServerApp](B 200 GET /api/contents/Untitled.ipynb/checkpoints?1642089986163 (192.168.41.101) 0.59ms
[D 2022-01-13 16:06:21.283 ServerApp](B Path components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js served from /opt/conda/lib/python3.9/site-packages/notebook/static/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js
[D 2022-01-13 16:06:21.284 ServerApp](B 304 GET /static/notebook/components/MathJax/config/TeX-AMS-MML_HTMLorMML-full.js?V=2.7.9 (192.168.41.101) 0.58ms
[D 2022-01-13 16:06:21.315 ServerApp](B Path components/MathJax/config/Safe.js served from /opt/conda/lib/python3.9/site-packages/notebook/static/components/MathJax/config/Safe.js
[D 2022-01-13 16:06:21.315 ServerApp](B 304 GET /static/notebook/components/MathJax/config/Safe.js?V=2.7.9 (192.168.41.101) 0.60ms
[D 2022-01-13 16:06:21.325 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.325 ServerApp](B 200 GET /api/sessions?1642089986255 (192.168.41.101) 0.48ms
[D 2022-01-13 16:06:21.333 ServerApp](B Path components/MathJax/extensions/Safe.js served from /opt/conda/lib/python3.9/site-packages/notebook/static/components/MathJax/extensions/Safe.js
[D 2022-01-13 16:06:21.333 ServerApp](B 304 GET /static/notebook/components/MathJax/extensions/Safe.js?V=2.7.9 (192.168.41.101) 0.53ms
[D 2022-01-13 16:06:21.335 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.337 ServerApp](B Instantiating kernel 'Python 3 (ipykernel)' with kernel provisioner: local-provisioner
[D 2022-01-13 16:06:21.353 ServerApp](B Starting kernel: ['/opt/conda/bin/python', '-m', 'ipykernel_launcher', '-f', '/home/jovyan/.local/share/jupyter/runtime/kernel-2b38380e-44fd-46f0-a456-76543a358aad.json']
[D 2022-01-13 16:06:21.359 ServerApp](B Connecting to: tcp://127.0.0.1:60061
[D 2022-01-13 16:06:21.360 ServerApp](B Path components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js served from /opt/conda/lib/python3.9/site-packages/notebook/static/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js
[D 2022-01-13 16:06:21.361 ServerApp](B 304 GET /static/notebook/components/MathJax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js?V=2.7.9 (192.168.41.101) 1.03ms
[D 2022-01-13 16:06:21.371 ServerApp](B Connecting to: tcp://127.0.0.1:33049
[I 2022-01-13 16:06:21.372 ServerApp](B Kernel started: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.372 ServerApp](B Kernel args: {'kernel_name': 'python3', 'cwd': '/home/jovyan'}
[D 2022-01-13 16:06:21.372 ServerApp](B 201 POST /api/sessions?1642089986270 (192.168.41.101) 37.63ms
[D 2022-01-13 16:06:21.386 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.387 ServerApp](B 200 GET /api/sessions?1642089986322 (192.168.41.101) 0.55ms
[D 2022-01-13 16:06:21.402 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.402 ServerApp](B 200 PATCH /api/sessions/2ef8395e-1c37-4f5f-a5c8-a1859f0b78db?1642089986335 (192.168.41.101) 0.59ms
[D 2022-01-13 16:06:21.407 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.407 ServerApp](B Initializing websocket connection /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels
[D 2022-01-13 16:06:21.408 ServerApp](B 200 GET /api/kernels?1642089986339 (192.168.41.101) 1.16ms
[D 2022-01-13 16:06:21.408 ServerApp](B Requesting kernel info from 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.408 ServerApp](B Connecting to: tcp://127.0.0.1:56321
[D 2022-01-13 16:06:21.414 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.414 ServerApp](B 200 PATCH /api/sessions/2ef8395e-1c37-4f5f-a5c8-a1859f0b78db?1642089986349 (192.168.41.101) 0.56ms
[D 2022-01-13 16:06:21.419 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.420 ServerApp](B 200 GET /api/sessions?1642089986355 (192.168.41.101) 0.53ms
[D 2022-01-13 16:06:21.425 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.425 ServerApp](B Found kernel python3 in /opt/conda/share/jupyter/kernels
[D 2022-01-13 16:06:21.426 ServerApp](B 200 GET /api/kernelspecs?1642089986360 (192.168.41.101) 0.93ms
[D 2022-01-13 16:06:21.800 ServerApp](B Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '7.31.0', 'language_info': {'name': 'python', 'version': '3.9.7', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.9.7 | packaged by conda-forge | (default, Sep 29 2021, 19:20:46) \nType 'copyright', 'credits' or 'license' for more information\nIPython 7.31.0 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.9'}, {'text': 'IPython Reference', 'url': 'https://ipython.org/documentation.html'}, {'text': 'NumPy Reference', 'url': 'https://docs.scipy.org/doc/numpy/reference/'}, {'text': 'SciPy Reference', 'url': 'https://docs.scipy.org/doc/scipy/reference/'}, {'text': 'Matplotlib Reference', 'url': 'https://matplotlib.org/contents.html'}, {'text': 'SymPy Reference', 'url': 'http://docs.sympy.org/latest/index.html'}, {'text': 'pandas Reference', 'url': 'https://pandas.pydata.org/pandas-docs/stable/'}]}
[D 2022-01-13 16:06:21.800 ServerApp](B 101 GET /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels?session_id=36c64304-69b0-4cf7-8158-1165d1aef07c (192.168.41.101) 393.52ms
[D 2022-01-13 16:06:21.801 ServerApp](B Opening websocket /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels
[D 2022-01-13 16:06:21.801 ServerApp](B Getting buffer for 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.801 ServerApp](B Connecting to: tcp://127.0.0.1:33049
[D 2022-01-13 16:06:21.801 ServerApp](B Connecting to: tcp://127.0.0.1:56321
[D 2022-01-13 16:06:21.801 ServerApp](B Connecting to: tcp://127.0.0.1:60061
[D 2022-01-13 16:06:21.801 ServerApp](B Connecting to: tcp://127.0.0.1:34367
[D 2022-01-13 16:06:21.801 ServerApp](B Connecting to: tcp://127.0.0.1:56321
[D 2022-01-13 16:06:21.802 ServerApp](B Connecting to: tcp://127.0.0.1:60061
[D 2022-01-13 16:06:21.802 ServerApp](B Nudge: attempt 1 on kernel 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.804 ServerApp](B Nudge: IOPub received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.804 ServerApp](B Nudge: resolving iopub future: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.805 ServerApp](B Nudge: control info reply received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.805 ServerApp](B Nudge: resolving control future: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.805 ServerApp](B Nudge: shell info reply received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.890 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.890 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.901 ServerApp](B Initializing websocket connection /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels
[D 2022-01-13 16:06:21.902 ServerApp](B 101 GET /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels?session_id=fffd289a-8105-481b-acef-c8061a1b5bc1 (192.168.41.101) 1.00ms
[D 2022-01-13 16:06:21.902 ServerApp](B Opening websocket /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels
[D 2022-01-13 16:06:21.902 ServerApp](B Getting buffer for 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.902 ServerApp](B Connecting to: tcp://127.0.0.1:33049
[D 2022-01-13 16:06:21.903 ServerApp](B Connecting to: tcp://127.0.0.1:56321
[D 2022-01-13 16:06:21.903 ServerApp](B Connecting to: tcp://127.0.0.1:60061
[D 2022-01-13 16:06:21.903 ServerApp](B Connecting to: tcp://127.0.0.1:34367
[D 2022-01-13 16:06:21.903 ServerApp](B Connecting to: tcp://127.0.0.1:56321
[D 2022-01-13 16:06:21.903 ServerApp](B Connecting to: tcp://127.0.0.1:60061
[D 2022-01-13 16:06:21.904 ServerApp](B Nudge: attempt 1 on kernel 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.905 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.905 ServerApp](B Nudge: IOPub received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.905 ServerApp](B Nudge: resolving iopub future: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.906 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.907 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.907 ServerApp](B Nudge: control info reply received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.907 ServerApp](B Nudge: resolving control future: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.907 ServerApp](B Nudge: shell info reply received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.908 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.910 ServerApp](B Websocket closed 2b38380e-44fd-46f0-a456-76543a358aad:36c64304-69b0-4cf7-8158-1165d1aef07c
[D 2022-01-13 16:06:21.922 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.922 ServerApp](B 200 GET /api/sessions?1642089986856 (192.168.41.101) 0.55ms
[D 2022-01-13 16:06:21.922 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.923 ServerApp](B 200 GET /api/kernels?1642089986857 (192.168.41.101) 0.57ms
[D 2022-01-13 16:06:21.925 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.925 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.927 ServerApp](B Initializing websocket connection /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels
[D 2022-01-13 16:06:21.928 ServerApp](B 101 GET /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels?session_id=63a174b9-846b-4406-85ad-881db146eace (192.168.41.101) 0.86ms
[D 2022-01-13 16:06:21.928 ServerApp](B Opening websocket /api/kernels/2b38380e-44fd-46f0-a456-76543a358aad/channels
[D 2022-01-13 16:06:21.928 ServerApp](B Getting buffer for 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.928 ServerApp](B Connecting to: tcp://127.0.0.1:33049
[D 2022-01-13 16:06:21.928 ServerApp](B Connecting to: tcp://127.0.0.1:56321
[D 2022-01-13 16:06:21.928 ServerApp](B Connecting to: tcp://127.0.0.1:60061
[D 2022-01-13 16:06:21.928 ServerApp](B Connecting to: tcp://127.0.0.1:34367
[D 2022-01-13 16:06:21.928 ServerApp](B Connecting to: tcp://127.0.0.1:56321
[D 2022-01-13 16:06:21.928 ServerApp](B Connecting to: tcp://127.0.0.1:60061
[D 2022-01-13 16:06:21.929 ServerApp](B Nudge: attempt 1 on kernel 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.931 ServerApp](B Nudge: IOPub received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.931 ServerApp](B Nudge: resolving iopub future: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.931 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.931 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.932 ServerApp](B Nudge: control info reply received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.932 ServerApp](B Nudge: resolving control future: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.932 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.933 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.933 ServerApp](B Nudge: shell info reply received: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:21.934 ServerApp](B Path favicons/favicon-busy-1.ico served from /opt/conda/lib/python3.9/site-packages/jupyter_server/static/favicons/favicon-busy-1.ico
[D 2022-01-13 16:06:21.934 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.57ms
[D 2022-01-13 16:06:21.939 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.939 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.941 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.35ms
[D 2022-01-13 16:06:21.947 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.948 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.949 ServerApp](B Path @krassowski/jupyterlab-lsp/static/732.913fecaf06a081f9f5ab.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/732.913fecaf06a081f9f5ab.js
[D 2022-01-13 16:06:21.949 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/732.913fecaf06a081f9f5ab.js?v=913fecaf06a081f9f5ab (192.168.41.101) 0.48ms
[D 2022-01-13 16:06:21.950 ServerApp](B Path @krassowski/jupyterlab-lsp/static/jupyter-lsp-connection.8ba489c53554ec170567.js served from /opt/conda/share/jupyter/labextensions/@krassowski/jupyterlab-lsp/static/jupyter-lsp-connection.8ba489c53554ec170567.js
[D 2022-01-13 16:06:21.950 ServerApp](B 304 GET /lab/extensions/@krassowski/jupyterlab-lsp/static/jupyter-lsp-connection.8ba489c53554ec170567.js?v=8ba489c53554ec170567 (192.168.41.101) 0.45ms
[D 2022-01-13 16:06:21.960 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.34ms
[D 2022-01-13 16:06:21.974 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:21.975 LabApp](B 204 PUT /lab/api/workspaces/default?1642089986896 (192.168.41.101) 1.03ms
[D 2022-01-13 16:06:21.976 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:21.976 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:21.978 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.37ms
[D 2022-01-13 16:06:21.989 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.42ms
[D 2022-01-13 16:06:22.007 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.40ms
[D 2022-01-13 16:06:22.008 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:22.008 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:22.016 ServerApp](B 101 GET /lsp/ws/pylsp (192.168.41.101) 0.43ms
[D 2022-01-13 16:06:22.022 ServerApp](B <LspStdIoWriter(parent=<LanguageServerSession(language_server=pylsp, argv=['/opt/conda/bin/python3.9', '-m', 'pylsp'])>)> initialized
[D 2022-01-13 16:06:22.022 ServerApp](B <LspStdIoReader(parent=<LanguageServerSession(language_server=pylsp, argv=['/opt/conda/bin/python3.9', '-m', 'pylsp'])>)> initialized
[D 2022-01-13 16:06:22.023 ServerApp](B [pylsp] Opened a handler
[D 2022-01-13 16:06:22.023 ServerApp](B Opening websocket /lsp/ws/pylsp
[D 2022-01-13 16:06:22.028 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.61ms
[D 2022-01-13 16:06:22.029 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:22.030 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:22.034 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:22.040 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.38ms
[D 2022-01-13 16:06:22.167 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:22.168 ServerApp](B 200 GET /api/contents/Untitled.ipynb?content=0&1642089987100 (192.168.41.101) 0.79ms
[D 2022-01-13 16:06:22.186 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[I 2022-01-13 16:06:22.187 ServerApp](B Saving file at /Untitled.ipynb
[D 2022-01-13 16:06:22.187 ServerApp](B Saving /home/jovyan/Untitled.ipynb
[D 2022-01-13 16:06:22.208 ServerApp](B 200 PUT /api/contents/Untitled.ipynb?1642089987121 (192.168.41.101) 22.04ms
[D 2022-01-13 16:06:22.222 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:22.222 ServerApp](B 200 GET /api/contents/Untitled.ipynb/checkpoints?1642089987155 (192.168.41.101) 0.55ms
[D 2022-01-13 16:06:22.225 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:22.225 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:22.226 ServerApp](B 201 POST /api/contents/Untitled.ipynb/checkpoints?1642089987155 (192.168.41.101) 0.92ms
[D 2022-01-13 16:06:22.226 ServerApp](B 200 GET /api/contents?content=1&1642089987156 (192.168.41.101) 1.33ms
[D 2022-01-13 16:06:22.337 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:22.337 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:22.453 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:22.455 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:22.458 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:22.460 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:24.044 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:24.044 LabApp](B 204 PUT /lab/api/workspaces/default?1642089988974 (192.168.41.101) 1.18ms
[D 2022-01-13 16:06:24.226 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:24.227 ServerApp](B 200 GET /api/terminals?1642089989158 (192.168.41.101) 0.55ms
[D 2022-01-13 16:06:26.590 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[I 2022-01-13 16:06:26.590 ServerApp](B Creating new file in 
[D 2022-01-13 16:06:26.591 ServerApp](B Saving /home/jovyan/untitled.py
[D 2022-01-13 16:06:26.594 ServerApp](B 201 POST /api/contents?1642089991511 (192.168.41.101) 4.53ms
[D 2022-01-13 16:06:26.608 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.609 ServerApp](B 200 GET /api/contents/untitled.py?content=0&1642089991542 (192.168.41.101) 0.64ms
[D 2022-01-13 16:06:26.622 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.623 ServerApp](B 200 GET /api/contents?content=1&1642089991556 (192.168.41.101) 0.94ms
[D 2022-01-13 16:06:26.651 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.652 ServerApp](B 200 GET /api/contents/untitled.py?type=file&content=1&format=text&1642089991585 (192.168.41.101) 0.73ms
[D 2022-01-13 16:06:26.655 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:26.655 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:26.683 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.683 ServerApp](B 200 GET /api/sessions?1642089991617 (192.168.41.101) 0.63ms
[D 2022-01-13 16:06:26.695 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.40ms
[D 2022-01-13 16:06:26.696 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:26.697 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:26.698 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.698 ServerApp](B 200 GET /api/contents/untitled.py/checkpoints?1642089991632 (192.168.41.101) 0.49ms
[D 2022-01-13 16:06:26.698 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.699 ServerApp](B 200 GET /api/contents/untitled.py/checkpoints?1642089991633 (192.168.41.101) 0.46ms
[D 2022-01-13 16:06:26.705 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:26.705 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:26.705 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:26.706 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:26.711 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.712 ServerApp](B 200 GET /api/contents/untitled.py/checkpoints?1642089991637 (192.168.41.101) 0.57ms
[D 2022-01-13 16:06:26.731 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:26.731 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:26.735 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.736 ServerApp](B 201 POST /api/contents/untitled.py/checkpoints?1642089991664 (192.168.41.101) 0.61ms
[D 2022-01-13 16:06:26.741 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:26.741 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:26.744 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.41ms
[D 2022-01-13 16:06:26.752 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.36ms
[D 2022-01-13 16:06:26.756 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:26.756 ServerApp](B 200 GET /api/sessions?1642089991691 (192.168.41.101) 0.56ms
[D 2022-01-13 16:06:26.972 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:27.198 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:27.199 LabApp](B 204 PUT /lab/api/workspaces/default?1642089992129 (192.168.41.101) 0.85ms
[D 2022-01-13 16:06:28.251 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:28.252 ServerApp](B 200 GET /api/contents/untitled.py?content=0&1642089993171 (192.168.41.101) 0.96ms
[D 2022-01-13 16:06:28.274 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[I 2022-01-13 16:06:28.274 ServerApp](B Saving file at /untitled.py
[D 2022-01-13 16:06:28.274 ServerApp](B Saving /home/jovyan/untitled.py
[D 2022-01-13 16:06:28.282 ServerApp](B 200 PUT /api/contents/untitled.py?1642089993200 (192.168.41.101) 8.85ms
[D 2022-01-13 16:06:28.295 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:28.298 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:28.299 ServerApp](B 200 GET /api/contents/untitled.py/checkpoints?1642089993233 (192.168.41.101) 0.52ms
[D 2022-01-13 16:06:28.299 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:28.300 ServerApp](B 201 POST /api/contents/untitled.py/checkpoints?1642089993234 (192.168.41.101) 0.56ms
[D 2022-01-13 16:06:28.300 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:28.301 ServerApp](B 200 GET /api/contents?content=1&1642089993235 (192.168.41.101) 0.94ms
[D 2022-01-13 16:06:28.549 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:28.550 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:28.551 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:28.551 ServerApp](B 200 GET /api/contents?content=1&1642089993480 (192.168.41.101) 1.14ms
[D 2022-01-13 16:06:28.564 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:28.565 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:28.566 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.52ms
[D 2022-01-13 16:06:28.595 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.52ms
[D 2022-01-13 16:06:28.596 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:28.596 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:28.606 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.35ms
[D 2022-01-13 16:06:28.607 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:28.608 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:28.619 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.36ms
[D 2022-01-13 16:06:28.789 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:29.057 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:29.057 LabApp](B 204 PUT /lab/api/workspaces/default?1642089993988 (192.168.41.101) 0.88ms
[D 2022-01-13 16:06:29.336 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:29.626 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:29.650 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:29.918 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:29.985 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:30.128 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:30.205 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:30.292 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:30.527 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:30.585 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:30.778 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:30.907 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:31.013 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:31.116 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:31.372 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:31.702 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:31.858 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:31.943 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:31.943 ServerApp](B 200 GET /api/kernels?1642089996872 (192.168.41.101) 0.92ms
[D 2022-01-13 16:06:31.970 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:32.143 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:32.401 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:32.783 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (busy)
[D 2022-01-13 16:06:32.784 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: execute_input
[D 2022-01-13 16:06:32.786 ServerApp](B activity on 2b38380e-44fd-46f0-a456-76543a358aad: status (idle)
[D 2022-01-13 16:06:32.797 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:32.823 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:32.824 ServerApp](B 200 GET /api/contents?content=1&1642089997758 (192.168.41.101) 1.41ms
[D 2022-01-13 16:06:32.827 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.43ms
[D 2022-01-13 16:06:33.059 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:33.277 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:33.278 ServerApp](B 200 GET /api/contents/Untitled.ipynb?content=0&1642089998210 (192.168.41.101) 1.09ms
[D 2022-01-13 16:06:33.294 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[I 2022-01-13 16:06:33.295 ServerApp](B Saving file at /Untitled.ipynb
[D 2022-01-13 16:06:33.295 ServerApp](B Saving /home/jovyan/Untitled.ipynb
[D 2022-01-13 16:06:33.313 ServerApp](B 200 PUT /api/contents/Untitled.ipynb?1642089998227 (192.168.41.101) 19.87ms
[D 2022-01-13 16:06:33.328 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:33.334 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:33.335 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:33.335 ServerApp](B 200 GET /api/contents/Untitled.ipynb/checkpoints?1642089998263 (192.168.41.101) 1.22ms
[D 2022-01-13 16:06:33.336 ServerApp](B 201 POST /api/contents/Untitled.ipynb/checkpoints?1642089998264 (192.168.41.101) 1.16ms
[D 2022-01-13 16:06:33.336 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:33.337 ServerApp](B 200 GET /api/contents?content=1&1642089998266 (192.168.41.101) 1.07ms
[D 2022-01-13 16:06:33.717 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:34.563 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:34.564 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:34.564 ServerApp](B 200 GET /api/terminals?1642089999178 (192.168.41.101) 0.70ms
[D 2022-01-13 16:06:34.635 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:35.089 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:36.770 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:36.771 ServerApp](B 200 GET /api/sessions?1642090001704 (192.168.41.101) 0.98ms
[D 2022-01-13 16:06:36.781 ServerApp](B [pylsp] Handling a message
[D 2022-01-13 16:06:41.973 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:41.974 ServerApp](B 200 GET /api/kernels?1642090006897 (192.168.41.101) 0.86ms
[D 2022-01-13 16:06:43.361 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:43.362 ServerApp](B 200 GET /api/contents?content=1&1642090008287 (192.168.41.101) 1.44ms
[D 2022-01-13 16:06:44.590 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:44.590 ServerApp](B 200 GET /api/terminals?1642090009520 (192.168.41.101) 0.82ms
[D 2022-01-13 16:06:46.800 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:46.801 ServerApp](B 200 GET /api/sessions?1642090011721 (192.168.41.101) 0.91ms
[D 2022-01-13 16:06:52.007 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:52.007 ServerApp](B 200 GET /api/kernels?1642090016936 (192.168.41.101) 0.88ms
[D 2022-01-13 16:06:53.390 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:53.392 ServerApp](B 200 GET /api/contents?content=1&1642090018312 (192.168.41.101) 1.45ms
[D 2022-01-13 16:06:54.619 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:54.619 ServerApp](B 200 GET /api/terminals?1642090019543 (192.168.41.101) 0.79ms
[D 2022-01-13 16:06:56.823 ServerApp](B Accepting token-authenticated connection from 192.168.41.101
[D 2022-01-13 16:06:56.823 ServerApp](B 200 GET /api/sessions?1642090021754 (192.168.41.101) 0.98ms
^CTraceback (most recent call last):
  File "/opt/conda/lib/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/opt/conda/lib/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/opt/conda/lib/python3.9/site-packages/pylsp/__main__.py", line 120, in <module>
    main()
  File "/opt/conda/lib/python3.9/site-packages/pylsp/__main__.py", line 77, in main
    start_io_lang_server(stdin, stdout, args.check_parent_process,[I 2022-01-13 16:06:58.774 ServerApp](B interrupted

  File "/opt/conda/lib/python3.9/site-packages/pylsp/python_lsp.py", line 91, in start_io_lang_server
    server.start()
  File "/opt/conda/lib/python3.9/site-packages/pylsp/python_lsp.py", line 118, in start
    self._jsonrpc_stream_reader.listen(self._endpoint.consume)
  File "/opt/conda/lib/python3.9/site-packages/pylsp_jsonrpc/streams.py", line 30, in listen
    request_str = self._read_message()
  File "/opt/conda/lib/python3.9/site-packages/pylsp_jsonrpc/streams.py", line 51, in _read_message
    line = self._rfile.readline()
KeyboardInterrupt
Serving notebooks from local directory: /home/jovyan
1 active kernel
Jupyter Server 1.13.1 is running at:
http://0348ded8d0be:8888/lab?token=33c59af8453fd2705898b2fb3cf2e713ec837d81deb4b744
 or http://127.0.0.1:8888/lab?token=33c59af8453fd2705898b2fb3cf2e713ec837d81deb4b744
Shutdown this Jupyter server (y/[n])? ^C[C 2022-01-13 16:06:59.493 ServerApp](B received signal 2, stopping
[I 2022-01-13 16:06:59.494 ServerApp](B Shutting down 3 extensions
[D 2022-01-13 16:06:59.494 ServerApp](B jupyterlab | extension app "lab" stopping
[D 2022-01-13 16:06:59.494 ServerApp](B jupyterlab | extension app "lab" stopped
[D 2022-01-13 16:06:59.494 ServerApp](B nbclassic | extension app "notebook" stopping
[D 2022-01-13 16:06:59.494 ServerApp](B nbclassic | extension app "notebook" stopped
[I 2022-01-13 16:06:59.494 ServerApp](B Shutting down 1 kernel
[D 2022-01-13 16:06:59.495 ServerApp](B Clearing buffer for 2b38380e-44fd-46f0-a456-76543a358aad
[I 2022-01-13 16:06:59.495 ServerApp](B Kernel shutdown: 2b38380e-44fd-46f0-a456-76543a358aad
[D 2022-01-13 16:06:59.525 ServerApp](B 304 GET /static/favicons/favicon-busy-1.ico (192.168.41.101) 0.62ms
[I 2022-01-13 16:06:59.696 ServerApp](B Shutting down 0 terminals
[D 2022-01-13 16:06:59.697 ServerApp](B <LspStdIoReader(parent=<LanguageServerSession(language_server=pylsp, argv=['/opt/conda/bin/python3.9', '-m', 'pylsp'])>)> closed
[D 2022-01-13 16:06:59.697 ServerApp](B <LspStdIoWriter(parent=<LanguageServerSession(language_server=pylsp, argv=['/opt/conda/bin/python3.9', '-m', 'pylsp'])>)> closed
</pre>
</details>
mathbunnyru commented 2 years ago

@krassowski may I ask you to take a look, please?