Closed dcervenkov closed 3 years ago
A minute after I submitted the issue, I solved it. Oh well, maybe this will help someone in the future.
I used pip install python-language-server
. Doing pip install "python-language-server[all]"
(as the documentation says) fixed the problem.
Description
JupyterLab fails to find the LSP server extension. The status line shows "Server extension missing".
Quite a few similar issues have been reported before, but the users seem to use various combinations of conda, JupyterHub, and Docker. My setup is very simple in comparison - just plain Python, everything installed via pip.
Reproduce
Not sure if I should be using
jupyter server extension
orjupyter serverextension
- I tried both to no avail.Expected behavior
Server extension is found and
jupyter_lsp
works.Context
Required: installed server extensions
Required: installed lab extensions
Troubleshoot Output
Command Line Output
[log.txt](https://github.com/krassowski/jupyterlab-lsp/files/5932154/log.txt)