Skip to content

Instantly share code, notes, and snippets.

@y-tag
Created June 19, 2024 12:06
Show Gist options
  • Save y-tag/1b9610b07204fbbce1f1904d44baf3b4 to your computer and use it in GitHub Desktop.
Save y-tag/1b9610b07204fbbce1f1904d44baf3b4 to your computer and use it in GitHub Desktop.
jupyterlab-lsp4 / jupyterlab-lsp5
FROM jupyter/datascience-notebook:lab-3.6.2
RUN python3 -m pip install -U \
jupyterlab==3.6.2 \
jupyterlab-lsp==4.3.0 \
jupyter-lsp==2.2.0 \
python-lsp-server[all]
FROM jupyter/datascience-notebook:lab-4.0.7
RUN python3 -m pip install -U \
jupyterlab==4.2.2 \
jupyterlab-lsp==5.1.0 \
jupyter-lsp==2.2.3 \
python-lsp-server[all]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment