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 148 forks source link

Issues configuring + switching between additional LSP servers #679

Closed mjnur closed 2 years ago

mjnur commented 3 years ago

Description

Hi there! I'm having some trouble installing + configuring language servers after trying to set up jupyterlab-lsp. Running jupyter lab --debug looks to have expected output, and looks to be including the language servers I want (Pyright, python-lsp) for my desired features (PEP/linter errors to show up in text editor, Function Signature Suggestions to bring documentation).

Unfortunately I'm not getting any of these (neither PEP errors to show up, Function Signature Suggestions, nor underlined module information). What is the LSP servers pop-up section supposed to look like to get all these features?

Thanks in advance for the help :)

Issues

Reproduce

  1. Open up Jupyterlab
  2. Open up a notebook/Python file
  3. Make a PEP error, open up a function (expecting function signature to pop up), etc.
  4. Nothing, only Kite autocomplete suggestions pop up

Let me know if you need more reproducible info than this. I think I'm having basic issues with not knowing how my configs should even look like (i.e, LSP Servers dropdown), so I totally could have made some basic issue

Expected behavior

I expected to:

  1. Open up Jupyterlab
  2. Have Function Signature Suggestions available, i.e. when I do use df.aggregate(
  3. Have PEP errors underlined
  4. Have modules underlined so I can see details about them

Context

jupyter_server_config.json
 munirn ~ projects $ cat ~/.jupyter/jupyter_server_config.json
{
  "LanguageServerManager": {
    "language_servers": {
      "pyright-language": {
    "display_name":"pyright",
        "version": 2,
        "argv": ["/usr/local/bin/pyright-langserver", "--stdio"],
        "languages": ["python"],
    "mime_types": [
          "text/python",
          "text/x-ipython"]
      },
      "pylsp": {
    "display_name":"python-language-server",
    "version": 2,
     "argv": ["/usr/local/opt/python@3.8/bin/python3.8", "-m", "pylsp"],
    "languages": ["python"],
    "mime_types": [
     "text/python",
        "text/x-ipython"]
      }

    }
  }
}
Required: installed server extensions
Last login: Tue Sep 14 12:24:10 on ttys002
 munirn ~ projects $ jupyter server extension list
/usr/local/lib/python3.8/site-packages/jupyter_lsp/types.py:193: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  nodejs = Unicode(help=_("path to nodejs executable")).tag(config=True)
/usr/local/lib/python3.8/site-packages/jupyter_lsp/types.py:195: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  node_roots = List_([], help=_("absolute paths in which to seek node_modules")).tag(
/usr/local/lib/python3.8/site-packages/jupyter_lsp/types.py:200: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  [], help=_("additional absolute paths to seek node_modules first")
/usr/local/lib/python3.8/site-packages/jupyter_lsp/manager.py:41: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  help=_("extra language server specs, keyed by implementation, from conf.d"),
/usr/local/lib/python3.8/site-packages/jupyter_lsp/manager.py:46: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  help=_("a dict of language server specs, keyed by implementation"),
/usr/local/lib/python3.8/site-packages/jupyter_lsp/manager.py:52: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  True, help=_("try to find known language servers in sys.prefix (and elsewhere)")
Config dir: /Users/munirn/.jupyter
    jupyter_lsp enabled
    - Validating jupyter_lsp...
      jupyter_lsp 1.4.1 OK

Config dir: /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter

/usr/local/lib/python3.8/site-packages/jupyter_server_mathjax/app.py:40: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  help=_("""The MathJax.js configuration file that is to be used."""),
Config dir: /usr/local/etc/jupyter
    jupyter_kite enabled
    - Validating jupyter_kite...
      jupyter_kite 2.0.2 OK
    jupyter_lsp enabled
    - Validating jupyter_lsp...
      jupyter_lsp 1.4.1 OK
    jupyter_server_mathjax enabled
    - Validating jupyter_server_mathjax...
      jupyter_server_mathjax  OK
    jupyterlab enabled
    - Validating jupyterlab...
      jupyterlab 3.1.11 OK
    jupyterlab_git enabled
    - Validating jupyterlab_git...
      jupyterlab_git 0.32.2 OK
    nbclassic enabled
    - Validating nbclassic...
      nbclassic  OK
    nbdime enabled
    - Validating nbdime...
      nbdime 3.1.0 OK
Required: installed lab extensions
Last login: Tue Sep 14 12:23:49 on ttys001
 munirn ~ projects $ jupyter labextension list
JupyterLab v3.1.11
/usr/local/share/jupyter/labextensions
        nbdime-jupyterlab v2.1.0 enabled OK
        @krassowski/jupyterlab-lsp v3.8.1 enabled OK (python, jupyterlab-lsp)
        @jupyterlab/git v0.32.2 enabled OK (python, jupyterlab-git)
        @jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)

Other labextensions (built into JupyterLab)
   app dir: /usr/local/share/jupyter/lab
        @kiteco/jupyterlab-kite v1.2.0 enabled OK
Troubleshoot Output
Last login: Tue Sep 14 12:22:58 on ttys000
 munirn ~ projects $ jupyter troubleshoot
WARNING: Ignoring invalid distribution -mportlib-metadata (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -inja2 (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -hrift (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution - (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -con (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -mportlib-metadata (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -inja2 (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -hrift (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution - (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -con (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -mportlib-metadata (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -inja2 (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -hrift (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution - (/usr/local/lib/python3.7/site-packages)
WARNING: Ignoring invalid distribution -con (/usr/local/lib/python3.7/site-packages)

CondaEnvException: Unable to determine environment

Please re-run this command with one of the following options:

* Provide an environment name via --name or -n
* Re-run this command inside an activated conda environment.

$PATH:
    /usr/local/opt/python@3.8/bin
    /usr/local/opt/helm@2/bin
    /usr/local/opt/python@3.7/bin
    /Users/munirn/miniconda3/condabin
    /usr/local/opt/openjdk/bin
    /Users/munirn/.okta/bin
    /usr/local/opt/python/libexec/bin
    /Users/munirn/.zillow-bootstrap/bin
    /Users/munirn/.zillow-bootstrap/files/bin
    /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin
    /usr/local/bin
    /usr/local/bin
    /usr/bin
    /bin
    /usr/sbin
    /sbin

    /Users/munirn/Library/Python/3.7/bin
    /Users/munirn/Library/Python/3.8/bin

sys.path:
    /usr/local/bin
    /usr/local/Cellar/python@3.7/3.7.12/Frameworks/Python.framework/Versions/3.7/lib/python37.zip
    /usr/local/Cellar/python@3.7/3.7.12/Frameworks/Python.framework/Versions/3.7/lib/python3.7
    /usr/local/Cellar/python@3.7/3.7.12/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload
    /Users/munirn/Library/Python/3.7/lib/python/site-packages
    /usr/local/lib/python3.7/site-packages

sys.executable:
    /usr/local/opt/python@3.7/bin/python3.7

sys.version:
    3.7.12 (default, Sep 10 2021, 17:17:47)
    [Clang 12.0.0 (clang-1200.0.32.29)]

platform.platform():
    Darwin-19.6.0-x86_64-i386-64bit

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

pip list:
    Package                              Version
    ------------------------------------ ------------------
    aiobotocore                          1.3.3
    aiohttp                              3.7.2
    aioitertools                         0.7.0
    airflow-dev-tools                    0.45
    anaconda                             0.0.1.1
    anyio                                2.2.0
    appnope                              0.1.2
    APScheduler                          3.6.3
    argon2-cffi                          20.1.0
    astroid                              2.6.6
    async-generator                      1.10
    async-timeout                        3.0.1
    attrs                                20.2.0
    autopep8                             1.5.7
    awscli                               1.18.216
    awswrangler                          1.10.0
    Babel                                2.9.0
    backcall                             0.2.0
    beautifulsoup4                       4.9.3
    bleach                               3.2.1
    boto3                                1.17.33
    botocore                             1.20.106
    branca                               0.4.2
    Brotli                               1.0.9
    cached-property                      1.5.2
    cachetools                           4.2.2
    certifi                              2020.6.20
    cffi                                 1.14.3
    chardet                              3.0.4
    click                                7.1.2
    click-plugins                        1.1.1
    cligj                                0.7.1
    cloudpickle                          1.6.0
    colorama                             0.4.3
    coloredlogs                          15.0
    colorhash                            1.0.3
    colorlover                           0.3.0
    configparser                         3.8.1
    coverage                             5.3
    cryptography                         3.4.7
    ctap-keyring-device                  1.0.6
    cycler                               0.10.0
    Cython                               0.29.22
    dash                                 1.18.1
    dash-bootstrap-components            0.10.3
    dash-core-components                 1.14.1
    dash-defer-js-import                 0.0.2
    dash-extensions                      0.0.38
    dash-html-components                 1.1.1
    dash-katex                           0.0.1
    dash-renderer                        1.8.3
    dash-table                           4.11.1
    data-ops                             1.0.128
    dataclasses                          0.6
    decorator                            4.4.2
    defusedxml                           0.6.0
    deprecation                          2.1.0
    distributed-transforms               1.0.7
    docstring-to-markdown                0.9
    docutils                             0.15.2
    doit                                 0.33.1
    dynaconf                             3.1.4
    econ                                 2.2.281
    elevate                              0.1.3
    entrypoints                          0.3
    et-xmlfile                           1.0.1
    fido2                                0.9.1
    findspark                            1.4.2
    Fiona                                1.8.18
    flake8                               3.9.2
    Flask-Caching                        1.9.0
    Flask-Compress                       1.7.0
    forecasting                          1.4.178
    fsspec                               0.8.4
    future                               0.18.2
    geobuf                               1.1.1
    geojson                              2.5.0
    geopandas                            0.8.1
    gimme-aws-creds                      2.4.3
    gitdb                                4.0.7
    GitPython                            3.1.14
    google-auth                          1.33.1
    google-auth-oauthlib                 0.4.4
    gspread                              3.6.0
    gspread-formatting                   0.3.3
    here-location-services-python        0.0.1
    here-map-widget-for-jupyter          0.1.0
    humanfriendly                        9.1
    idna                                 2.10
    ijson                                3.1.1
    importlib-metadata                   3.10.1
    iniconfig                            1.1.1
    install                              1.3.4
    ipykernel                            5.4.3
    ipython                              7.19.0
    ipython-genutils                     0.2.0
    ipywidgets                           7.6.3
    iso8601                              0.1.13
    isort                                5.9.3
    itsdangerous                         2.0.1
    jdcal                                1.4.1
    jedi                                 0.18.0
    jedi-language-server                 0.34.3
    Jinja2                               2.11.3
    jmespath                             0.10.0
    joblib                               1.0.1
    json5                                0.9.5
    jsonschema                           3.2.0
    jupyter-client                       6.1.11
    jupyter-core                         4.7.0
    jupyter-packaging                    0.8.3
    jupyter-server                       1.6.1
    jupyterlab                           3.0.14
    jupyterlab-git                       0.24.0
    jupyterlab-pygments                  0.1.2
    jupyterlab-server                    2.4.0
    jupyterlab-widgets                   1.0.0
    keyring                              23.0.1
    kiwisolver                           1.3.1
    lazy-object-proxy                    1.6.0
    MacFSEvents                          0.8.1
    Mako                                 1.1.4
    MarkupSafe                           2.0.1
    matplotlib                           3.4.2
    mccabe                               0.6.1
    mistune                              0.8.4
    more-itertools                       8.6.0
    multidict                            5.0.0
    munch                                2.5.0
    nbclassic                            0.2.7
    nbclient                             0.5.1
    nbconvert                            6.0.7
    nbdime                               2.1.0
    nbformat                             5.0.8
    nest-asyncio                         1.4.3
    nodeenv                              1.6.0
    notebook                             6.2.0
    numpy                                1.19.5
    oauthlib                             3.1.1
    okta                                 0.0.4
    openpyxl                             3.0.5
    packaging                            20.4
    pandas                               1.1.5
    pandocfilters                        1.4.3
    parso                                0.8.2
    patsy                                0.5.1
    pexpect                              4.8.0
    pickleshare                          0.7.5
    Pillow                               8.3.1
    pip                                  21.2.4
    plotly                               4.12.0
    pluggy                               0.13.1
    prometheus-client                    0.9.0
    prompt-toolkit                       3.0.10
    protobuf                             3.14.0
    psutil                               5.7.3
    psycopg2-binary                      2.8.6
    ptyprocess                           0.7.0
    pure-sasl                            0.6.2
    pure-transport                       0.2.0
    py                                   1.9.0
    py4j                                 0.10.7
    pyarrow                              0.14.1
    pyasn1                               0.4.8
    pyasn1-modules                       0.2.8
    pycodestyle                          2.7.0
    pycparser                            2.20
    pycrypto                             2.6.1
    pydantic                             1.8.2
    pydocstyle                           6.1.1
    pyflakes                             2.3.1
    pygls                                0.11.2
    Pygments                             2.7.4
    PyHive                               0.6.0
    pylint                               2.9.6
    PyMySQL                              0.10.1
    pyobjc-core                          7.3
    pyobjc-framework-Cocoa               7.3
    pyobjc-framework-LocalAuthentication 7.3
    pyobjc-framework-Security            7.3
    pyparsing                            2.4.7
    pyproj                               3.0.0.post1
    pyright                              0.0.9
    pyrsistent                           0.17.3
    pyspark                              2.4.4
    pytest                               6.1.2
    pytest-cov                           2.10.1
    pytest-cover                         3.0.0
    pytest-coverage                      0.0
    python-dateutil                      2.8.1
    python-editor                        1.0.4
    python-jsonrpc-server                0.4.0
    python-language-server               0.36.2+49.g3536061
    python-lsp-jsonrpc                   1.0.0
    python-lsp-server                    1.2.2
    pytz                                 2021.1
    PyYAML                               5.1.2
    pyzmq                                20.0.0
    requests                             2.24.0
    requests-oauthlib                    1.3.0
    retrying                             1.3.3
    rope                                 0.19.0
    rsa                                  4.5
    s3fs                                 0.5.1
    s3transfer                           0.3.3
    sasl                                 0.2.1
    scikit-learn                         0.24.1
    scipy                                1.5.4
    Send2Trash                           1.5.0
    setuptools                           58.0.4
    Shapely                              1.7.1
    simple-crypt                         4.1.7
    six                                  1.15.0
    sklearn                              0.0
    smmap                                4.0.0
    sniffio                              1.2.0
    snowballstemmer                      2.1.0
    soupsieve                            2.0.1
    SQLAlchemy                           1.3.13
    sqlalchemy-redshift                  0.8.1
    statsmodels                          0.12.1
    tabulate                             0.8.9
    terminado                            0.9.2
    testpath                             0.4.4
    threadpoolctl                        2.2.0
    thrift                               0.13.0
    thrift-sasl                          0.4.2
    toml                                 0.10.2
    tomlkit                              0.7.0
    tornado                              6.1
    traitlets                            5.0.5
    transforms                           1.0.81
    turfpy                               0.0.5
    typed-ast                            1.4.3
    typeguard                            2.12.1
    typing                               3.7.4.3
    typing-extensions                    3.7.4.3
    tzlocal                              2.1
    ujson                                4.1.0
    urllib3                              1.25.11
    uWSGI                                2.0.19.1
    watchdog                             2.1.2
    wcwidth                              0.2.5
    webencodings                         0.5.1
    Werkzeug                             2.0.1
    wheel                                0.37.0
    widgetsnbextension                   3.5.1
    wrapt                                1.12.1
    WTForms                              2.3.3
    XlsxWriter                           1.3.7
    xyzspaces                            0.4.0
    yapf                                 0.31.0
    yarl                                 1.6.2
    zipp                                 3.4.0
    zpytools                             1.2.0

conda list:
    # packages in environment at /Users/munirn/miniconda3:
    #
    # Name                    Version                   Build  Channel
    attrs                     20.3.0             pyhd3deb0d_0    conda-forge
    boost-cpp                 1.72.0               hdf9ef73_0    conda-forge
    brotlipy                  0.7.0           py38h9ed2024_1003
    bzip2                     1.0.8                hc929b4f_4    conda-forge
    c-ares                    1.17.1               hc929b4f_0    conda-forge
    ca-certificates           2020.12.5            h033912b_0    conda-forge
    cairo                     1.16.0            hec6a9b0_1003    conda-forge
    certifi                   2020.12.5        py38h50d1736_1    conda-forge
    cffi                      1.14.3           py38h2125817_2
    cfitsio                   3.470                h422484a_7    conda-forge
    chardet                   3.0.4           py38hecd8cb5_1003
    click                     7.1.2              pyh9f0ad1d_0    conda-forge
    click-plugins             1.1.1                      py_0    conda-forge
    cligj                     0.7.1              pyhd8ed1ab_0    conda-forge
    conda                     4.9.2            py38h50d1736_0    conda-forge
    conda-package-handling    1.7.2            py38h22f3db7_0
    cryptography              3.2.1            py38hbcfaee0_1
    curl                      7.71.1               hcb81553_8    conda-forge
    expat                     2.2.9                h4a8c4bd_2    conda-forge
    fiona                     1.8.13           py38he71f6a4_0    conda-forge
    fontconfig                2.13.1            hd23ceaa_1004    conda-forge
    freetype                  2.10.4               h4cff582_1    conda-forge
    freexl                    1.0.5             h0b31af3_1002    conda-forge
    gdal                      3.0.4           py38h9f7df5a_10    conda-forge
    geobuf                    1.1.1              pyh9f0ad1d_0    conda-forge
    geojson                   2.5.0                      py_0    conda-forge
    geopandas                 0.8.1                      py_0    conda-forge
    geos                      3.8.1                h4a8c4bd_0    conda-forge
    geotiff                   1.6.0                hd8796ba_0    conda-forge
    gettext                   0.19.8.1          h7937167_1005    conda-forge
    giflib                    5.2.1                hbcb3906_2    conda-forge
    glib                      2.66.1               h9bbe63b_0
    hdf4                      4.2.13            h84186c3_1003    conda-forge
    hdf5                      1.10.6          nompi_h3e39495_100    conda-forge
    icu                       64.2                 h6de7cb9_1    conda-forge
    idna                      2.10                       py_0
    ijson                     3.1.1              pyh9f0ad1d_0    conda-forge
    jpeg                      9d                   hbcb3906_0    conda-forge
    json-c                    0.13.1            h575e443_1002    conda-forge
    kealib                    1.4.13               h40102fb_1    conda-forge
    krb5                      1.17.1               h14dd6a4_2    conda-forge
    libblas                   3.9.0                7_openblas    conda-forge
    libcblas                  3.9.0                7_openblas    conda-forge
    libcurl                   7.71.1               h9bf37e3_8    conda-forge
    libcxx                    10.0.0                        1
    libdap4                   3.20.6               h993cace_1    conda-forge
    libedit                   3.1.20191231         h1de35cc_1
    libev                     4.33                 haf1e3a3_1    conda-forge
    libffi                    3.3                  hb1e8313_2
    libgdal                   3.0.4               h242383b_10    conda-forge
    libgfortran               4.0.0           7_5_0_h1a10cd1_16    conda-forge
    libgfortran4              7.5.0               h1a10cd1_16    conda-forge
    libiconv                  1.16                 haf1e3a3_0    conda-forge
    libkml                    1.3.0             h169b8f9_1011    conda-forge
    liblapack                 3.9.0                7_openblas    conda-forge
    libnetcdf                 4.7.4           nompi_h9d8a93f_107    conda-forge
    libnghttp2                1.41.0               h8a08a2b_1    conda-forge
    libopenblas               0.3.12          openmp_h63d9170_1    conda-forge
    libpng                    1.6.37               h7cec526_2    conda-forge
    libpq                     12.3                 h7049927_3    conda-forge
    libprotobuf               3.12.3               hab81aa3_2    conda-forge
    libspatialindex           1.9.3                h4a8c4bd_3    conda-forge
    libspatialite             4.3.0a            h658e6c1_1038    conda-forge
    libssh2                   1.9.0                h8a08a2b_5    conda-forge
    libtiff                   4.1.0                h2ae36a8_6    conda-forge
    libwebp-base              1.1.0                hbcb3906_3    conda-forge
    libxml2                   2.9.10               h53d96d6_0    conda-forge
    llvm-openmp               11.0.1               h7c73e74_0    conda-forge
    lz4-c                     1.9.2                h4a8c4bd_1    conda-forge
    munch                     2.5.0                      py_0    conda-forge
    ncurses                   6.2                  h0a44026_1
    numpy                     1.19.5           py38h6ced74f_1    conda-forge
    openjpeg                  2.3.1                h254dc36_3    conda-forge
    openssl                   1.1.1i               h35c211d_0    conda-forge
    pandas                    1.0.5            py38h5fc983b_0    conda-forge
    pcre                      8.44                 h4a8c4bd_0    conda-forge
    pip                       20.2.4           py38hecd8cb5_0
    pixman                    0.38.0            h01d97ff_1003    conda-forge
    poppler                   0.87.0               h3232a60_1    conda-forge
    poppler-data              0.4.10                        0    conda-forge
    postgresql                12.3                 he852019_3    conda-forge
    proj                      7.0.0                h45baca5_5    conda-forge
    protobuf                  3.12.3           py38hc84c608_0    conda-forge
    pycosat                   0.6.3            py38h1de35cc_1
    pycparser                 2.20                       py_2
    pyopenssl                 19.1.0             pyhd3eb1b0_1
    pyproj                    2.6.1.post1      py38h7d7e87d_0    conda-forge
    pysocks                   1.7.1                    py38_1
    python                    3.8.5                h26836e1_1
    python-dateutil           2.8.1                      py_0    conda-forge
    python.app                2                       py38_10
    python_abi                3.8                      1_cp38    conda-forge
    pytz                      2020.5             pyhd8ed1ab_0    conda-forge
    readline                  8.0                  h1de35cc_0
    requests                  2.24.0                     py_0
    rtree                     0.9.7            py38hc59ffc2_1    conda-forge
    ruamel_yaml               0.15.87          py38haf1e3a3_1
    scipy                     1.5.1            py38h38b60c6_0    conda-forge
    setuptools                50.3.1           py38hecd8cb5_1
    shapely                   1.7.1            py38h8918236_1    conda-forge
    six                       1.15.0           py38hecd8cb5_0
    sqlite                    3.33.0               hffcf06c_0
    tiledb                    1.7.7                h84aa2a7_2    conda-forge
    tk                        8.6.10               hb0a8c7a_0
    tqdm                      4.51.0             pyhd3eb1b0_0
    turfpy                    0.0.5              pyhd8ed1ab_0    conda-forge
    tzcode                    2020f                h35c211d_0    conda-forge
    urllib3                   1.25.11                    py_0
    wheel                     0.35.1             pyhd3eb1b0_0
    xerces-c                  3.2.2             h8f8adb3_1004    conda-forge
    xyzspaces                 0.4.0              pyh9f0ad1d_0    conda-forge
    xz                        5.2.5                h1de35cc_0
    yaml                      0.2.5                haf1e3a3_0
    zlib                      1.2.11               h1de35cc_3
    zstd                      1.4.5                h0384e3a_1    conda-forge
Command Line Output
Last login: Tue Sep 14 11:57:48 on ttys011
munirn ~ projects $ jupyter lab --debug
[D 2021-09-14 12:23:04.963 ServerApp] Searching ['/Users/munirn/Zillow/projects', '/Users/munirn/.jupyter', '/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2021-09-14 12:23:04.964 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2021-09-14 12:23:04.964 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2021-09-14 12:23:04.965 ServerApp] Looking for jupyter_config in /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter
[D 2021-09-14 12:23:04.965 ServerApp] Looking for jupyter_config in /Users/munirn/.jupyter
[D 2021-09-14 12:23:04.965 ServerApp] Looking for jupyter_config in /Users/munirn/Zillow/projects
[D 2021-09-14 12:23:04.966 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2021-09-14 12:23:04.966 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2021-09-14 12:23:04.966 ServerApp] Looking for jupyter_server_config in /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter
[D 2021-09-14 12:23:04.966 ServerApp] Looking for jupyter_server_config in /Users/munirn/.jupyter
[D 2021-09-14 12:23:04.967 ServerApp] Loaded config file: /Users/munirn/.jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:04.967 ServerApp] Looking for jupyter_server_config in /Users/munirn/Zillow/projects
[D 2021-09-14 12:23:04.969 ServerApp] Paths used for configuration of jupyter_server_config:
        /etc/jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:04.970 ServerApp] Paths used for configuration of jupyter_server_config:
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter-kite-serverextension.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter_server_mathjax.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyterlab.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyterlab_git.json
        /usr/local/etc/jupyter/jupyter_server_config.d/nbclassic.json
        /usr/local/etc/jupyter/jupyter_server_config.d/nbdime.json
        /usr/local/etc/jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:04.975 ServerApp] Paths used for configuration of jupyter_server_config:
        /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:04.976 ServerApp] Paths used for configuration of jupyter_server_config:
        /Users/munirn/.jupyter/jupyter_server_config.d/jupyter_lsp.json
        /Users/munirn/.jupyter/jupyter_server_config.json
/usr/local/lib/python3.8/site-packages/jupyter_lsp/types.py:193: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  nodejs = Unicode(help=_("path to nodejs executable")).tag(config=True)
/usr/local/lib/python3.8/site-packages/jupyter_lsp/types.py:195: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  node_roots = List_([], help=_("absolute paths in which to seek node_modules")).tag(
/usr/local/lib/python3.8/site-packages/jupyter_lsp/types.py:200: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  [], help=_("additional absolute paths to seek node_modules first")
/usr/local/lib/python3.8/site-packages/jupyter_lsp/manager.py:41: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  help=_("extra language server specs, keyed by implementation, from conf.d"),
/usr/local/lib/python3.8/site-packages/jupyter_lsp/manager.py:46: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  help=_("a dict of language server specs, keyed by implementation"),
/usr/local/lib/python3.8/site-packages/jupyter_lsp/manager.py:52: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  True, help=_("try to find known language servers in sys.prefix (and elsewhere)")
/usr/local/lib/python3.8/site-packages/jupyter_server_mathjax/app.py:40: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  help=_("""The MathJax.js configuration file that is to be used."""),
[I 2021-09-14 12:23:05.067 ServerApp] jupyter_kite | extension was successfully linked.
[I 2021-09-14 12:23:05.067 ServerApp] jupyter_lsp | extension was successfully linked.
[D 2021-09-14 12:23:05.070 MathJaxExtension] Config changed:
[D 2021-09-14 12:23:05.070 MathJaxExtension] {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}, 'LanguageServerManager': {'language_servers': {'pyright-language': {'display_name': 'pyright', 'version': 2, 'argv': ['/usr/local/bin/pyright-langserver', '--stdio'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}, 'pylsp': {'display_name': 'python-language-server', 'version': 2, 'argv': ['/usr/local/opt/python@3.8/bin/python3.8', '-m', 'pylsp'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}}}}
[D 2021-09-14 12:23:05.071 ServerApp] Config changed:
[D 2021-09-14 12:23:05.071 ServerApp] {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}, 'LanguageServerManager': {'language_servers': {'pyright-language': {'display_name': 'pyright', 'version': 2, 'argv': ['/usr/local/bin/pyright-langserver', '--stdio'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}, 'pylsp': {'display_name': 'python-language-server', 'version': 2, 'argv': ['/usr/local/opt/python@3.8/bin/python3.8', '-m', 'pylsp'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}}}}
[I 2021-09-14 12:23:05.071 ServerApp] jupyter_server_mathjax | extension was successfully linked.
[D 2021-09-14 12:23:05.078 LabApp] Config changed:
[D 2021-09-14 12:23:05.078 LabApp] {'NotebookApp': {}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}, 'LanguageServerManager': {'language_servers': {'pyright-language': {'display_name': 'pyright', 'version': 2, 'argv': ['/usr/local/bin/pyright-langserver', '--stdio'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}, 'pylsp': {'display_name': 'python-language-server', 'version': 2, 'argv': ['/usr/local/opt/python@3.8/bin/python3.8', '-m', 'pylsp'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}}}}
[I 2021-09-14 12:23:05.079 ServerApp] jupyterlab | extension was successfully linked.
[I 2021-09-14 12:23:05.079 ServerApp] jupyterlab_git | extension was successfully linked.
[D 2021-09-14 12:23:05.087 NotebookApp] Config changed:
[D 2021-09-14 12:23:05.088 NotebookApp] {'NotebookApp': {'nbserver_extensions': {'jupyterlab_git': True}}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }, 'ExtensionApp': {'log_level': 'DEBUG'}, 'LanguageServerManager': {'language_servers': {'pyright-language': {'display_name': 'pyright', 'version': 2, 'argv': ['/usr/local/bin/pyright-langserver', '--stdio'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}, 'pylsp': {'display_name': 'python-language-server', 'version': 2, 'argv': ['/usr/local/opt/python@3.8/bin/python3.8', '-m', 'pylsp'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}}}}
[D 2021-09-14 12:23:05.366 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /Users/munirn/.jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:05.366 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /etc/jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:05.367 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyter-server-proxy-serverextension.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyterlab_git.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/nbdime.json
        /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:05.369 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:05.369 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /Users/munirn/.jupyter/jupyter_notebook_config.json
[I 2021-09-14 12:23:05.759 ServerApp] jupyter_server_proxy | extension was found and enabled by nbclassic. Consider moving the extension to Jupyter Server's extension paths.
[W 2021-09-14 12:23:05.759 ServerApp] link_extension() takes 2 positional arguments but 3 were given
[I 2021-09-14 12:23:05.760 ServerApp] nbdime | extension was successfully linked.
[D 2021-09-14 12:23:05.760 ServerApp] Config changed:
[D 2021-09-14 12:23:05.760 ServerApp] {'ExtensionApp': {'log_level': 'DEBUG'}, 'LanguageServerManager': {'language_servers': {'pyright-language': {'display_name': 'pyright', 'version': 2, 'argv': ['/usr/local/bin/pyright-langserver', '--stdio'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}, 'pylsp': {'display_name': 'python-language-server', 'version': 2, 'argv': ['/usr/local/opt/python@3.8/bin/python3.8', '-m', 'pylsp'], 'languages': ['python'], 'mime_types': ['text/python', 'text/x-ipython']}}}, 'NotebookApp': {'nbserver_extensions': {'jupyterlab_git': True}}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': }}
[D 2021-09-14 12:23:05.761 ServerApp] Raising open file limit: soft 256->4096; hard 9223372036854775807->9223372036854775807
[I 2021-09-14 12:23:05.994 ServerApp] nbclassic | extension was successfully loaded.
[D 2021-09-14 12:23:06.438 ServerApp] [lsp] rootUri will be file:///Users/munirn/Zillow/projects
[D 2021-09-14 12:23:06.438 ServerApp] [lsp] virtualDocumentsUri will be file:///Users/munirn/Zillow/projects/.virtual_documents
[D 2021-09-14 12:23:06.439 ServerApp] [lsp] The following Language Servers will be available: {
      "kitels": {
        "argv": [
          "/Applications/Kite.app/Contents/MacOS/kite-lsp"
        ],
        "display_name": "kite",
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "version": 2
      },
      "pylsp": {
        "argv": [
          "/usr/local/opt/python@3.8/bin/python3.8",
          "-m",
          "pylsp"
        ],
        "display_name": "python-language-server",
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "version": 2
      },
      "pyright-language": {
        "argv": [
          "/usr/local/bin/pyright-langserver",
          "--stdio"
        ],
        "display_name": "pyright",
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "version": 2
      }
    }
[I 2021-09-14 12:23:06.441 ServerApp] jupyter_kite | extension was successfully loaded.
[D 2021-09-14 12:23:06.442 ServerApp] Paths used for configuration of jupyter_config:
        /etc/jupyter/jupyter_config.json
[D 2021-09-14 12:23:06.443 ServerApp] Paths used for configuration of jupyter_config:
        /usr/local/etc/jupyter/jupyter_config.json
[D 2021-09-14 12:23:06.443 ServerApp] Paths used for configuration of jupyter_config:
        /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter/jupyter_config.json
[D 2021-09-14 12:23:06.443 ServerApp] Paths used for configuration of jupyter_config:
        /Users/munirn/.jupyter/jupyter_config.json
[D 2021-09-14 12:23:06.444 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /etc/jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:06.444 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyter-lsp-notebook.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyter-server-proxy-serverextension.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/jupyterlab_git.json
        /usr/local/etc/jupyter/jupyter_notebook_config.d/nbdime.json
        /usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:06.445 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:06.446 ServerApp] Paths used for configuration of jupyter_notebook_config:
        /Users/munirn/.jupyter/jupyter_notebook_config.json
[D 2021-09-14 12:23:06.446 ServerApp] Paths used for configuration of jupyter_server_config:
        /etc/jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:06.446 ServerApp] Paths used for configuration of jupyter_server_config:
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter-kite-serverextension.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyter_server_mathjax.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyterlab.json
        /usr/local/etc/jupyter/jupyter_server_config.d/jupyterlab_git.json
        /usr/local/etc/jupyter/jupyter_server_config.d/nbclassic.json
        /usr/local/etc/jupyter/jupyter_server_config.d/nbdime.json
        /usr/local/etc/jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:06.447 ServerApp] Paths used for configuration of jupyter_server_config:
        /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/etc/jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:06.448 ServerApp] Paths used for configuration of jupyter_server_config:
        /Users/munirn/.jupyter/jupyter_server_config.d/jupyter_lsp.json
        /Users/munirn/.jupyter/jupyter_server_config.json
[D 2021-09-14 12:23:06.486 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/bash-language-server/bin/main.js
[D 2021-09-14 12:23:06.486 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/bash-language-server/bin/main.js
[D 2021-09-14 12:23:06.486 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/bash-language-server/bin/main.js
[D 2021-09-14 12:23:06.487 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2021-09-14 12:23:06.488 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2021-09-14 12:23:06.488 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2021-09-14 12:23:06.488 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:06.489 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:06.489 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:06.490 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:06.490 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:06.492 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/pyright/langserver.index.js
[D 2021-09-14 12:23:06.493 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/pyright/langserver.index.js
[D 2021-09-14 12:23:06.493 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/pyright/langserver.index.js
[D 2021-09-14 12:23:07.955 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:07.956 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:07.957 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:07.957 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:07.957 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:07.958 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:07.959 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:07.959 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:07.959 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:07.959 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:07.959 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:07.960 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:07.960 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:07.961 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:07.961 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:07.961 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:07.961 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:07.961 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:07.961 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:07.962 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:07.962 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:07.962 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
/usr/local/lib/python3.8/site-packages/jupyter_lsp/manager.py:279: FutureWarning: The alias `_()` will be deprecated. Use `_i18n()` instead.
  _("Skipped non-installed server(s): {}").format(
[I 2021-09-14 12:23:07.962 ServerApp] Skipped non-installed server(s): javascript-typescript-langserver, julia-language-server, r-languageserver, sql-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server
[D 2021-09-14 12:23:08.009 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/bash-language-server/bin/main.js
[D 2021-09-14 12:23:08.009 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/bash-language-server/bin/main.js
[D 2021-09-14 12:23:08.009 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2021-09-14 12:23:08.010 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2021-09-14 12:23:08.010 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.010 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.010 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.010 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.010 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.010 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.010 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.011 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.011 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2021-09-14 12:23:08.011 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.012 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/pyright/langserver.index.js
[D 2021-09-14 12:23:08.013 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/pyright/langserver.index.js
[D 2021-09-14 12:23:08.015 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.015 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.015 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.015 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.015 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.015 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.015 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.015 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.016 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/sql-language-server/dist/bin/cli.js
[D 2021-09-14 12:23:08.016 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.016 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.016 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.017 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/unified-language-server/src/server.js
[D 2021-09-14 12:23:08.017 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.017 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.018 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.019 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.020 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2021-09-14 12:23:08.020 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.020 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.021 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.021 ServerApp] Checking for /Users/munirn/Zillow/projects/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.021 ServerApp] Checking for /usr/local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.021 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.021 ServerApp] Checking for /usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/node_modules/yaml-language-server/bin/yaml-language-server
[D 2021-09-14 12:23:08.021 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/Users/munirn/Zillow/projects'), PosixPath('/usr/local/share/jupyter/lab/staging'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8/lib'), PosixPath('/usr/local/Cellar/python@3.8/3.8.12/Frameworks/Python.framework/Versions/3.8')]
[D 2021-09-14 12:23:08.133 ServerApp] [lsp] rootUri will be file:///Users/munirn/Zillow/projects
[D 2021-09-14 12:23:08.133 ServerApp] [lsp] virtualDocumentsUri will be file:///Users/munirn/Zillow/projects/.virtual_documents
[D 2021-09-14 12:23:08.134 ServerApp] [lsp] The following Language Servers will be available: {
      "bash-language-server": {
        "argv": [
          "/usr/local/bin/node",
          "/Users/munirn/Zillow/projects/node_modules/bash-language-server/bin/main.js",
          "start"
        ],
        "config_schema": {
          "properties": {
            "bashIde.explainshellEndpoint": {
              "default": "",
              "description": "Set this to https://explainshell.com (once https://github.com/idank/explainshell/pull/125 is merged in) in order to get hover documentation on flags and options.",
              "type": "string"
            },
            "bashIde.highlightParsingErrors": {
              "default": true,
              "description": "If enabled parsing errors will be highlighted as 'problems' ",
              "type": "boolean"
            },
            "bashIde.path": {
              "default": null,
              "description": "The path to the bash language server binary (example: /usr/local/bin/bash-language-server)",
              "type": "string"
            }
          },
          "title": "Bash IDE configuration",
          "type": "object"
        },
        "display_name": "bash-language-server",
        "install": {
          "jlpm": "jlpm add --dev bash-language-server",
          "npm": "npm install --save-dev bash-language-server",
          "yarn": "yarn add --dev bash-language-server"
        },
        "languages": [
          "bash",
          "sh"
        ],
        "mime_types": [
          "text/x-sh",
          "application/x-sh"
        ],
        "troubleshoot": "Node.js is required to install this server.",
        "urls": {
          "home": "https://github.com/mads-hartmann/bash-language-server",
          "issues": "https://github.com/mads-hartmann/bash-language-server/issues"
        },
        "version": 2
      },
      "dockerfile-language-server-nodejs": {
        "argv": [
          "/usr/local/bin/node",
          "/Users/munirn/Zillow/projects/node_modules/dockerfile-language-server-nodejs/lib/server.js",
          "--stdio"
        ],
        "config_schema": {
          "properties": {
            "docker.attachShellCommand.linuxContainer": {
              "default": "/bin/sh -c \"[ -e /bin/bash ] && /bin/bash || /bin/sh\"",
              "description": "Attach command to use for Linux containers",
              "type": "string"
            },
            "docker.attachShellCommand.windowsContainer": {
              "default": "powershell",
              "description": "Attach command to use for Windows containers",
              "type": "string"
            },
            "docker.certPath": {
              "default": "",
              "description": "Equivalent to setting the DOCKER_CERT_PATH environment variable.",
              "type": "string"
            },
            "docker.containers.description": {
              "default": [
                "ContainerName",
                "Status"
              ],
              "description": "Any secondary properties to display for a container.",
              "items": {
                "enum": [
                  "ContainerId",
                  "ContainerName",
                  "CreatedTime",
                  "FullTag",
                  "ImageId",
                  "Networks",
                  "Ports",
                  "Registry",
                  "Repository",
                  "RepositoryName",
                  "RepositoryNameAndTag",
                  "State",
                  "Status",
                  "Tag"
                ],
                "type": "string"
              },
              "type": "array"
            },
            "docker.containers.groupBy": {
              "default": "None",
              "description": "The property to use when grouping containers.",
              "enum": [
                "ContainerId",
                "ContainerName",
                "CreatedTime",
                "FullTag",
                "ImageId",
                "Networks",
                "None",
                "Ports",
                "Registry",
                "Repository",
                "RepositoryName",
                "RepositoryNameAndTag",
                "State",
                "Status",
                "Tag"
              ],
              "type": "string"
            },
            "docker.containers.label": {
              "default": "FullTag",
              "description": "The primary property to display for a container.",
              "enum": [
                "ContainerId",
                "ContainerName",
                "CreatedTime",
                "FullTag",
                "ImageId",
                "Networks",
                "Ports",
                "Registry",
                "Repository",
                "RepositoryName",
                "RepositoryNameAndTag",
                "State",
                "Status",
                "Tag"
              ],
              "type": "string"
            },
            "docker.containers.sortBy": {
              "default": "CreatedTime",
              "description": "The property to use when sorting containers.",
              "enum": [
                "CreatedTime",
                "Label"
              ],
              "type": "string"
            },
            "docker.defaultRegistryPath": {
              "default": "",
              "description": "Default registry and path when tagging an image",
              "type": "string"
            },
            "docker.dockerComposeBuild": {
              "default": true,
              "description": "Run docker-compose with the --build argument, defaults to true",
              "type": "boolean"
            },
            "docker.dockerComposeDetached": {
              "default": true,
              "description": "Run docker-compose with the --d (detached) argument, defaults to true",
              "type": "boolean"
            },
            "docker.explorerRefreshInterval": {
              "default": 2000,
              "description": "Explorer refresh interval, default is 2000ms",
              "type": "number"
            },
            "docker.host": {
              "default": "",
              "description": "Equivalent to setting the DOCKER_HOST environment variable.",
              "type": "string"
            },
            "docker.imageBuildContextPath": {
              "default": "",
              "description": "Build context PATH to pass to Docker build command",
              "type": "string"
            },
            "docker.images.description": {
              "default": [
                "CreatedTime"
              ],
              "description": "Any secondary properties to display for a image.",
              "items": {
                "enum": [
                  "CreatedTime",
                  "FullTag",
                  "ImageId",
                  "Registry",
                  "Repository",
                  "RepositoryName",
                  "RepositoryNameAndTag",
                  "Tag"
                ],
                "type": "string"
              },
              "type": "array"
            },
            "docker.images.groupBy": {
              "default": "Repository",
              "description": "The property to use when grouping images.",
              "enum": [
                "CreatedTime",
                "FullTag",
                "ImageId",
                "None",
                "Registry",
                "Repository",
                "RepositoryName",
                "RepositoryNameAndTag",
                "Tag"
              ],
              "type": "string"
            },
            "docker.images.label": {
              "default": "Tag",
              "description": "The primary property to display for a image.",
              "enum": [
                "CreatedTime",
                "FullTag",
                "ImageId",
                "Registry",
                "Repository",
                "RepositoryName",
                "RepositoryNameAndTag",
                "Tag"
              ],
              "type": "string"
            },
            "docker.images.sortBy": {
              "default": "CreatedTime",
              "description": "The property to use when sorting images.",
              "enum": [
                "CreatedTime",
                "Label"
              ],
              "type": "string"
            },
            "docker.languageserver.diagnostics.deprecatedMaintainer": {
              "default": "warning",
              "description": "Controls the diagnostic severity for the deprecated MAINTAINER instruction",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.directiveCasing": {
              "default": "warning",
              "description": "Controls the diagnostic severity for parser directives that are not written in lowercase",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.emptyContinuationLine": {
              "default": "warning",
              "description": "Controls the diagnostic severity for flagging empty continuation lines found in instructions that span multiple lines",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.instructionCasing": {
              "default": "warning",
              "description": "Controls the diagnostic severity for instructions that are not written in uppercase",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.instructionCmdMultiple": {
              "default": "warning",
              "description": "Controls the diagnostic severity for flagging a Dockerfile with multiple CMD instructions",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.instructionEntrypointMultiple": {
              "default": "warning",
              "description": "Controls the diagnostic severity for flagging a Dockerfile with multiple ENTRYPOINT instructions",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.instructionHealthcheckMultiple": {
              "default": "warning",
              "description": "Controls the diagnostic severity for flagging a Dockerfile with multiple HEALTHCHECK instructions",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.instructionJSONInSingleQuotes": {
              "default": "warning",
              "description": "Controls the diagnostic severity for JSON instructions that are written incorrectly with single quotes",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.languageserver.diagnostics.instructionWorkdirRelative": {
              "default": "warning",
              "description": "Controls the diagnostic severity for WORKDIR instructions that do not point to an absolute path",
              "enum": [
                "ignore",
                "warning",
                "error"
              ],
              "scope": "resource",
              "type": "string"
            },
            "docker.machineName": {
              "default": "",
              "description": "Equivalent to setting the DOCKER_MACHINE_NAME environment variable.",
              "type": "string"
            },
            "docker.networks.description": {
              "default": [
                "NetworkDriver",
                "CreatedTime"
              ],
              "description": "Any secondary properties to display for a network.",
              "items": {
                "enum": [
                  "CreatedTime",
                  "NetworkDriver",
                  "NetworkId",
                  "NetworkName"
                ],
                "type": "string"
              },
              "type": "array"
            },
            "docker.networks.groupBy": {
              "default": "None",
              "description": "The property to use when grouping networks.",
              "enum": [
                "CreatedTime",
                "NetworkDriver",
                "NetworkId",
                "NetworkName",
                "None"
              ],
              "type": "string"
            },
            "docker.networks.label": {
              "default": "NetworkName",
              "description": "The primary property to display for a network.",
              "enum": [
                "CreatedTime",
                "NetworkDriver",
                "NetworkId",
                "NetworkName"
              ],
              "type": "string"
            },
            "docker.networks.sortBy": {
              "default": "CreatedTime",
              "description": "The property to use when sorting networks.",
              "enum": [
                "CreatedTime",
                "Label"
              ],
              "type": "string"
            },
            "docker.showRemoteWorkspaceWarning": {
              "default": true,
              "description": "Show a prompt to switch from \"UI\" extension to \"Workspace\" extension if an operation is not supported.",
              "type": "boolean"
            },
            "docker.tlsVerify": {
              "default": "",
              "description": "Equivalent to setting the DOCKER_TLS_VERIFY environment variable.",
              "type": "string"
            },
            "docker.truncateLongRegistryPaths": {
              "default": false,
              "description": "Truncate long Image and Container registry paths in the Explorer",
              "type": "boolean"
            },
            "docker.truncateMaxLength": {
              "default": 10,
              "description": "Maximum number of characters for long registry paths in the Explorer, including elipsis",
              "type": "number"
            },
            "docker.volumes.description": {
              "default": [
                "CreatedTime"
              ],
              "description": "Any secondary properties to display for a volume.",
              "items": {
                "enum": [
                  "CreatedTime",
                  "VolumeName"
                ],
                "type": "string"
              },
              "type": "array"
            },
            "docker.volumes.groupBy": {
              "default": "None",
              "description": "The property to use when grouping volumes.",
              "enum": [
                "CreatedTime",
                "VolumeName",
                "None"
              ],
              "type": "string"
            },
            "docker.volumes.label": {
              "default": "VolumeName",
              "description": "The primary property to display for a volume.",
              "enum": [
                "CreatedTime",
                "VolumeName"
              ],
              "type": "string"
            },
            "docker.volumes.sortBy": {
              "default": "CreatedTime",
              "description": "The property to use when sorting volumes.",
              "enum": [
                "CreatedTime",
                "Label"
              ],
              "type": "string"
            }
          },
          "title": "Docker"
        },
        "display_name": "dockerfile-language-server-nodejs",
        "install": {
          "jlpm": "jlpm add --dev dockerfile-language-server-nodejs",
          "npm": "npm install --save-dev dockerfile-language-server-nodejs",
          "yarn": "yarn add --dev dockerfile-language-server-nodejs"
        },
        "languages": [
          "dockerfile"
        ],
        "mime_types": [
          "text/x-dockerfile"
        ],
        "troubleshoot": "Node.js is required to install this server.",
        "urls": {
          "home": "https://github.com/rcjsuen/dockerfile-language-server-nodejs",
          "issues": "https://github.com/rcjsuen/dockerfile-language-server-nodejs/issues"
        },
        "version": 2
      },
      "jedi-language-server": {
        "argv": [
          "/usr/local/bin/jedi-language-server"
        ],
        "display_name": "jedi-language-server",
        "env": {
          "PYTHONUNBUFFERED": "1"
        },
        "install": {
          "conda": "conda install -c conda-forge jedi-language-server",
          "pip": "pip install -U jedi-language-server"
        },
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "urls": {
          "home": "https://github.com/pappasam/jedi-language-server",
          "issues": "https://github.com/pappasam/jedi-language-server/issues"
        },
        "version": 2
      },
      "pyls": {
        "argv": [
          "/usr/local/opt/python@3.8/bin/python3.8",
          "-m",
          "pyls"
        ],
        "config_schema": {
          "properties": {
            "pyls.configurationSources": {
              "default": [
                "pycodestyle"
              ],
              "description": "List of configuration sources to use.",
              "items": {
                "enum": [
                  "pycodestyle",
                  "pyflakes"
                ],
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.executable": {
              "default": "pyls",
              "description": "Language server executable",
              "type": "string"
            },
            "pyls.plugins.jedi_completion.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_completion.include_params": {
              "default": true,
              "description": "Auto-completes methods and classes with tabstops for each parameter.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_definition.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_definition.follow_builtin_imports": {
              "default": true,
              "description": "If follow_imports is True will decide if it follow builtin imports.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_definition.follow_imports": {
              "default": true,
              "description": "The goto call will follow imports.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_hover.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_references.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_signature_help.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_symbols.all_scopes": {
              "default": true,
              "description": "If True lists the names of all scopes instead of only the module namespace.",
              "type": "boolean"
            },
            "pyls.plugins.jedi_symbols.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.mccabe.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.mccabe.threshold": {
              "default": 15,
              "description": "The minimum threshold that triggers warnings about cyclomatic complexity.",
              "type": "number"
            },
            "pyls.plugins.preload.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.preload.modules": {
              "default": null,
              "description": "List of modules to import on startup",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pycodestyle.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.pycodestyle.exclude": {
              "default": null,
              "description": "Exclude files or directories which match these patterns.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pycodestyle.filename": {
              "default": null,
              "description": "When parsing directories, only check filenames matching these patterns.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pycodestyle.hangClosing": {
              "default": null,
              "description": "Hang closing bracket instead of matching indentation of opening bracket's line.",
              "type": "boolean"
            },
            "pyls.plugins.pycodestyle.ignore": {
              "default": null,
              "description": "Ignore errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pycodestyle.maxLineLength": {
              "default": null,
              "description": "Set maximum allowed line length.",
              "type": "number"
            },
            "pyls.plugins.pycodestyle.select": {
              "default": null,
              "description": "Select errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pydocstyle.addIgnore": {
              "default": null,
              "description": "Ignore errors and warnings in addition to the specified convention.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pydocstyle.addSelect": {
              "default": null,
              "description": "Select errors and warnings in addition to the specified convention.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pydocstyle.convention": {
              "default": null,
              "description": "Choose the basic list of checked errors by specifying an existing convention.",
              "enum": [
                "pep257",
                "numpy"
              ],
              "type": "string"
            },
            "pyls.plugins.pydocstyle.enabled": {
              "default": false,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.pydocstyle.ignore": {
              "default": null,
              "description": "Ignore errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.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"
            },
            "pyls.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"
            },
            "pyls.plugins.pydocstyle.select": {
              "default": null,
              "description": "Select errors and warnings",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            },
            "pyls.plugins.pyflakes.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.pylint.args": {
              "default": null,
              "description": "Arguments to pass to pylint.",
              "items": {
                "type": "string"
              },
              "type": "array",
              "uniqueItems": false
            },
            "pyls.plugins.pylint.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.rope_completion.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.plugins.yapf.enabled": {
              "default": true,
              "description": "Enable or disable the plugin.",
              "type": "boolean"
            },
            "pyls.rope.extensionModules": {
              "default": null,
              "description": "Builtin and c-extension modules that are allowed to be imported and inspected by rope.",
              "type": "string"
            },
            "pyls.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": "pyls",
        "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": {
              "pip": "pip install pyls-isort"
            }
          }
        ],
        "install": {
          "conda": "conda install -c conda-forge python-language-server",
          "pip": "pip install 'python-language-server[all]'"
        },
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "urls": {
          "home": "https://github.com/palantir/python-language-server",
          "issues": "https://github.com/palantir/python-language-server/issues"
        },
        "version": 2
      },
      "pylsp": {
        "argv": [
          "/usr/local/opt/python@3.8/bin/python3.8",
          "-m",
          "pylsp"
        ],
        "display_name": "python-language-server",
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "version": 2
      },
      "pyright": {
        "argv": [
          "/usr/local/bin/node",
          "/Users/munirn/Zillow/projects/node_modules/pyright/langserver.index.js",
          "--stdio"
        ],
        "display_name": "pyright",
        "install": {
          "jlpm": "jlpm add --dev pyright",
          "npm": "npm install --save-dev pyright",
          "yarn": "yarn add --dev pyright"
        },
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "troubleshoot": "Node.js is required to install this server.",
        "urls": {
          "home": "https://github.com/microsoft/pyright",
          "issues": "https://github.com/microsoft/pyright/issues"
        },
        "version": 2
      },
      "pyright-language": {
        "argv": [
          "/usr/local/bin/pyright-langserver",
          "--stdio"
        ],
        "display_name": "pyright",
        "languages": [
          "python"
        ],
        "mime_types": [
          "text/python",
          "text/x-ipython"
        ],
        "version": 2
      },
      "texlab": {
        "argv": [
          "/usr/local/bin/texlab"
        ],
        "config_schema": {
          "properties": {
            "bibtex.formatting.formatter": {
              "default": "texlab",
              "description": "BibTeX formatter to use.",
              "type": "string"
            },
            "bibtex.formatting.lineLength": {
              "default": 120,
              "description": "Maximum amount of characters per line (0 = disable).",
              "type": "integer"
            },
            "latex.build.args": {
              "default": [
                "-pdf",
                "-interaction=nonstopmode",
                "-synctex=1",
                "%f"
              ],
              "description": "Additional arguments that are passed to the build tool.",
              "type": "array"
            },
            "latex.build.executable": {
              "default": "latexmk",
              "description": "Path to a LaTeX build tool.",
              "type": "string"
            },
            "latex.build.forwardSearchAfter": {
              "default": false,
              "description": "Execute forward search after building",
              "type": "boolean"
            },
            "latex.build.onSave": {
              "default": false,
              "description": "Build after saving a file",
              "type": "boolean"
            },
            "latex.build.outputDirectory": {
              "default": ".",
              "description": "Directory containing the build artifacts.",
              "type": "string"
            },
            "latex.forwardSearch.args": {
              "default": [],
              "description": "Additional arguments that are passed to the previewer.",
              "type": "array"
            },
            "latex.forwardSearch.executable": {
              "default": null,
              "description": "Path to a PDF previewer that supports SyncTeX.",
              "type": [
                "string",
                "null"
              ]
            },
            "latex.lint.onChange": {
              "default": false,
              "description": "Lint after changing a file",
              "type": "boolean"
            },
            "latex.lint.onSave": {
              "default": true,
              "description": "Lint after saving a file",
              "type": "boolean"
            },
            "latex.rootDirectory": {
              "default": null,
              "description": "Path to the root directory.",
              "type": [
                "string",
                "null"
              ]
            },
            "latex.server.autoDownload": {
              "default": false,
              "description": "Automatically download the language server if it is not installed.",
              "type": "boolean"
            },
            "latex.server.logFile": {
              "default": null,
              "description": "Path to the server log file.",
              "type": [
                "string",
                "null"
              ]
            },
            "latex.server.trace": {
              "default": false,
              "description": "Enable the trace verbosity of the server.",
              "type": "boolean"
            }
          },
          "title": "LaTeX configuration"
        },
        "display_name": "texlab",
        "env": {
          "RUST_BACKTRACE": "1"
        },
        "install": {
          "conda": "conda install -c conda-forge texlab chktex"
        },
        "languages": [
          "tex",
          "latex"
        ],
        "mime_types": [
          "text/x-latex",
          "text/x-tex"
        ],
        "urls": {
          "home": "https://texlab.netlify.app",
          "issues": "https://github.com/latex-lsp/texlab/issues"
        },
        "version": 2
      }
    }
[I 2021-09-14 12:23:08.139 ServerApp] jupyter_lsp | extension was successfully loaded.
[I 2021-09-14 12:23:08.139 ServerApp] jupyter_server_mathjax | extension was successfully loaded.
[I 2021-09-14 12:23:08.158 ServerApp] jupyter_server_proxy | extension was successfully loaded.
[I 2021-09-14 12:23:08.159 LabApp] JupyterLab extension loaded from /usr/local/lib/python3.8/site-packages/jupyterlab
[I 2021-09-14 12:23:08.159 LabApp] JupyterLab application directory is /usr/local/share/jupyter/lab
[I 2021-09-14 12:23:08.164 ServerApp] jupyterlab | extension was successfully loaded.
[I 2021-09-14 12:23:08.168 ServerApp] jupyterlab_git | extension was successfully loaded.
[D 2021-09-14 12:23:08.264 ServerApp] Using default logger
[D 2021-09-14 12:23:08.264 ServerApp] Using default logger
[D 2021-09-14 12:23:08.265 ServerApp] Using default logger
[D 2021-09-14 12:23:08.265 ServerApp] Using default logger
[D 2021-09-14 12:23:08.265 ServerApp] Using default logger
[I 2021-09-14 12:23:08.267 ServerApp] nbdime | extension was successfully loaded.
[I 2021-09-14 12:23:08.269 ServerApp] Serving notebooks from local directory: /Users/munirn/Zillow/projects
[I 2021-09-14 12:23:08.269 ServerApp] Jupyter Server 1.11.0 is running at:
[I 2021-09-14 12:23:08.269 ServerApp] http://localhost:8888/lab?token=8ee2ea8e248e13bd2a0aa87865c51d67a9fff1c3798a3ea5
[I 2021-09-14 12:23:08.269 ServerApp]  or http://127.0.0.1:8888/lab?token=8ee2ea8e248e13bd2a0aa87865c51d67a9fff1c3798a3ea5
[I 2021-09-14 12:23:08.269 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2021-09-14 12:23:08.276 ServerApp]

    To access the server, open this file in a browser:
        file:///Users/munirn/Library/Jupyter/runtime/jpserver-2011-open.html
    Or copy and paste one of these URLs:
        http://localhost:8888/lab?token=8ee2ea8e248e13bd2a0aa87865c51d67a9fff1c3798a3ea5
     or http://127.0.0.1:8888/lab?token=8ee2ea8e248e13bd2a0aa87865c51d67a9fff1c3798a3ea5

Browser Output (recommended for all interface issues)
Paste the output from your browser JavaScript console replacing the text in here.

To learn how to open the developer tools in your browser:
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools#How_to_open_the_devtools_in_your_browser
If too many messages accumulated after many hours of working in JupyterLab,
consider refreshing the window and then reproducing the bug to reduce the noise in the logs.

krassowski commented 3 years ago

Sorry, I do not currently have bandwidth to support Kite - if you would like to use jupyterlab-lsp I would recommend uninstalling the Kite server. Maybe we could make it work in the future but last I checked they ceased the service for individual users, so I don't know how it would work.