@@ -805,8 +805,8 @@ RUN \
805
805
fi \
806
806
# Install jupyterlab language server support
807
807
# TODO update versions for jupyterlab 3.0 release
808
- && pip install jupyter -lsp==0.9.3 && \
809
- $lab_ext_install install @krassowski/jupyterlab-lsp@2.0.8 && \
808
+ && pip install jupyterlab -lsp==3.7.0 jupyter-lsp==1.3.0 && \
809
+ # $lab_ext_install install @krassowski/jupyterlab-lsp@2.0.8 && \
810
810
# For Plotly
811
811
$lab_ext_install jupyterlab-plotly && \
812
812
$lab_ext_install install @jupyter-widgets/jupyterlab-manager plotlywidget && \
@@ -817,7 +817,6 @@ RUN \
817
817
# TODO: see issue https://github.com/lckr/jupyterlab-variableInspector/issues/207 with installing it
818
818
# $lab_ext_install @lckr/jupyterlab_variableinspector && \
819
819
pip install lckr-jupyterlab-variableinspector && \
820
-
821
820
# For holoview
822
821
# TODO: pyviz is not yet supported by the current JupyterLab version
823
822
# $lab_ext_install @pyviz/jupyterlab_pyviz && \
@@ -826,8 +825,7 @@ RUN \
826
825
# $lab_ext_install @jupyterlab/debugger && \
827
826
# Install jupyterlab code formattor - https://github.com/ryantam626/jupyterlab_code_formatter
828
827
$lab_ext_install @ryantam626/jupyterlab_code_formatter && \
829
- # TODO: 1.4.1 forces jupyterlab 3.X
830
- pip install jupyterlab_code_formatter==1.3.8 && \
828
+ pip install jupyterlab_code_formatter && \
831
829
jupyter serverextension enable --py jupyterlab_code_formatter \
832
830
# Final build with minimization
833
831
&& jupyter lab build -y --debug-log-path=/dev/stdout --log-level=WARN && \
0 commit comments