Skip to content

Commit 9726def

Browse files
committed
Minor fixes with jupyterlab plugins
1 parent 28fc180 commit 9726def

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -805,8 +805,8 @@ RUN \
805805
fi \
806806
# Install jupyterlab language server support
807807
# 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 && \
810810
# For Plotly
811811
$lab_ext_install jupyterlab-plotly && \
812812
$lab_ext_install install @jupyter-widgets/jupyterlab-manager plotlywidget && \
@@ -817,7 +817,6 @@ RUN \
817817
# TODO: see issue https://github.com/lckr/jupyterlab-variableInspector/issues/207 with installing it
818818
# $lab_ext_install @lckr/jupyterlab_variableinspector && \
819819
pip install lckr-jupyterlab-variableinspector && \
820-
821820
# For holoview
822821
# TODO: pyviz is not yet supported by the current JupyterLab version
823822
# $lab_ext_install @pyviz/jupyterlab_pyviz && \
@@ -826,8 +825,7 @@ RUN \
826825
# $lab_ext_install @jupyterlab/debugger && \
827826
# Install jupyterlab code formattor - https://github.com/ryantam626/jupyterlab_code_formatter
828827
$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 && \
831829
jupyter serverextension enable --py jupyterlab_code_formatter \
832830
# Final build with minimization
833831
&& jupyter lab build -y --debug-log-path=/dev/stdout --log-level=WARN && \

0 commit comments

Comments
 (0)