From 20a4f2b51db76f6ce6f4f4f12d848f072f4cec17 Mon Sep 17 00:00:00 2001 From: Fernando Perez Date: Mon, 20 Mar 2023 21:44:29 -0700 Subject: [PATCH] Add Python LSP support in JupyterLab Previously disabled, but there have been recent improvements, testing again. While it doesn't fully cover this issue (https://github.com/UCB-stat-159-s23/site/issues/13), it addresses some aspects of it. --- deployments/stat159/image/environment.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployments/stat159/image/environment.yml b/deployments/stat159/image/environment.yml index b185d84d3..0bff61860 100644 --- a/deployments/stat159/image/environment.yml +++ b/deployments/stat159/image/environment.yml @@ -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