Skip to content

Commit

Permalink
Add Python LSP support in JupyterLab
Browse files Browse the repository at this point in the history
Previously disabled, but there have been recent improvements, testing again. While it doesn't fully cover this issue (UCB-stat-159-s23/site#13), it addresses some aspects of it.
  • Loading branch information
fperez authored Mar 21, 2023
1 parent a3871b9 commit 20a4f2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/stat159/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ dependencies:
- jupyterlab-favorites==3.1.1
- jupyterlab-geojson==3.3.1
- jupyterlab-git==0.41.0

# LSP for JupyterLab/Python - enhanced completions/language support
- jupyterlab-lsp==4.0.0
- python-lsp-server==1.7.0

- jupyterlab-link-share==0.2.5
- jupyterlab-variableinspector==3.0.9
- jupyterlab-myst==1.1.1
Expand Down

0 comments on commit 20a4f2b

Please sign in to comment.