We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053b878 commit e7e63a9Copy full SHA for e7e63a9
Dockerfile
@@ -798,7 +798,7 @@ RUN \
798
# Install jupyterlab language server support
799
# TODO update versions for jupyterlab 3.0 release
800
pip install jupyter-lsp==0.9.3 && \
801
- $lab_ext_install install @krassowski/jupyterlab-lsp@@2.0.8 && \
+ $lab_ext_install install @krassowski/jupyterlab-lsp@2.0.8 && \
802
# For Plotly
803
$lab_ext_install jupyterlab-plotly && \
804
$lab_ext_install install @jupyter-widgets/jupyterlab-manager plotlywidget && \
0 commit comments