jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
## Description Let the user turn off the setting that makes tooltips appear whenever the user presses CTRL. I literally uninstalled LSP just to get rid of the tooltips jumping...
Currently the `conda-incubator/setup-miniconda@v3` step seems to be failing on CI:  Noticed in https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1110. This is likely related to the deprecation of `mambaforge`.
I have written a custom extension which supports files with the .cpw suffix. After opening a .cpw file, there will be 0 to N code editors (created by `newInlineEditor` of...
Hello,anybody! I am using Windows 11 and installed RSoft 2020.03. In my own Python service, there is a script to start Jupyter. The script content is as follows: ``` ::...
Hello all, What I am trying to achieve : I enjoy jupyter a lot, support the free and open standards philosophy. I use it for my data analysis in python...
## Elevator Pitch add `rename` into keyboard shortcut and command palette ## Motivation the frequency of using `rename` is really high at least for me when refacorying the code. it...
## Description jump back command does not work in notebook across different cells. It works in .py file but not in ipynb https://github.com/user-attachments/assets/1d584fbc-14ba-4f80-a15b-8443d04b2ca9 https://github.com/user-attachments/assets/0a21ce54-1325-403e-8f06-198322e91fcd ## Reproduce - create variable or...
## What I am trying to do... Make sure that I can install and configure jupyterlab-lsp correctly. ## I'm not sure what to make of the warnings I see On...