jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Installing node-gyp seems to be quite resource-intensive and to fail frequently on Windows. Most recently the `windows-latest` image switching to `windows-2022` (from `windows-2019`) caused the failure which affects us too....
## Description So I installed jupyterlab-lsp following the directions. I verified it seems like all three parts were installed, jupytelab-lsp server extension  jupytelrab-lsp lab extension  python-lsp-server  But...
## Description I am trying to use jupyterlab-lsp extension for jupyterlab. I keep running in to "tornado.httputil.HTTPInputError: no colon in header line" error that causes the ServerApp LSP to throw...
## Elevator Pitch Be able to use this extension without needing the mouse. ## Motivation I use jupyterlab-vim which is great. And i would like to use `lsp` as well,...
I have installed code completion recently but unfortunately, it slows down my computer to such a level that I have to wait multiple seconds to enter code. Apparently, my modest...
## Elevator Pitch Right now Jupyter LSP show it's suggestions on every period. I'd like to have a feature that only generates the suggestions when a hotkey is pressed. (Shift...
Hello. Thank you always for your great work. I am wondering if there is a way to make only the red underline appear. Whether there is a separate option in...
## Description If my first action is to create new jupyter notebook, then jump to definition doesn't work for notebooks. ## Reproduce 1. Build an image from this Dockerfile: ```...
@krassowski we have developed a jupyterlab extension which provides code completion from Spark sql and Trino. You can see the features of the extension here https://github.com/CybercentreCanada/jupyterlab-sql-editor You'll notice that we...
 Sometime when I type coding, the help information, which is shown above, randomly appears. How can I load that information when I want to? Which key do I need...