-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not getting the LSP features on the new jupyterlab with xeus python kernel #624
Comments
jupyter server extension enable --user --py jupyter_lsp |
If that is not enough please provide all the details from the bug report template otherwise I would be just guessing. |
|
pip3 list (not using conda) Package Version Location anyio 2.2.0 |
You are trying to enable it system-wide using non-root user. Are you sure that you want to do this? Please note that the command I recommended uses
Otherwise it would be looking good. If your configuration got messy you may want to uninstall |
I see that I can disable some things in the language server advanced settings but unfortunately these I want to keep on |
Glad it worked.
This is tracked in https://github.com/krassowski/jupyterlab-lsp/issues/619
This is all planned but I unlikely to happen before mid July or more realistically August.
If performance wise jedi-language-server seems better for you then I would go for it. I am currently using my own fork of pyls which is faster; hopefully will be able to merge the changes upstream some time. There is also pyright which is somewhat between pyls and jedi-ls in performance and features (but requires a Node.js to be installed). |
I will close this issue now as it seems the reported problem was resolved. Please feel welcome to open a new issue if you have improvement ideas or something else is not working as intended. |
Description
Not getting the LSP features on the new jupyterlab with xeus python kernel
Reproduce
Not sure how I could reproduce this but similar to the issue
I've got the newest jupyterlab and installed the python xeus kernel but am not getting any of the very useful LSP features
So i tried to install the extension separately but it doesn't seem to work, like you previously suggested with the git issue I ran
jupyter server extension list
jupyter server extension enable --py jupyterlab_lsp
jupyter server extension enable --sys-prefix --py jupyterlab_lsp
jupyter server extension enable --user --py jupyterlab_lsp
and it can't find the extension
I can see the options in the advanced setting options tho
Thanks in advance if anyone is able to take a look at this!
The text was updated successfully, but these errors were encountered: