Skip to content

Commit e7e63a9

Browse files
committed
Fix issue
1 parent 053b878 commit e7e63a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ RUN \
798798
# Install jupyterlab language server support
799799
# TODO update versions for jupyterlab 3.0 release
800800
pip install jupyter-lsp==0.9.3 && \
801-
$lab_ext_install install @krassowski/jupyterlab-lsp@@2.0.8 && \
801+
$lab_ext_install install @krassowski/jupyterlab-lsp@2.0.8 && \
802802
# For Plotly
803803
$lab_ext_install jupyterlab-plotly && \
804804
$lab_ext_install install @jupyter-widgets/jupyterlab-manager plotlywidget && \

0 commit comments

Comments
 (0)