Skip to content

Commit

Permalink
Fix disabled jupyterlab extensions (#550)
Browse files Browse the repository at this point in the history
* pinned jupyterlab_execute_time package version

---------

Co-authored-by: Mathis Marcotte <[email protected]>
  • Loading branch information
mathis-marcotte and Mathis Marcotte authored Nov 8, 2023
1 parent 23a315d commit 14c2201
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version of package to fix dependency issues with jupyterlab v4
# remove pin when jupyterlab extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version of package to fix dependency issues with jupyterlab v4
# remove pin when jupyterlab extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version of package to fix dependency issues with jupyterlab v4
# remove pin when jupyterlab extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version of package to fix dependency issues with jupyterlab v4
# remove pin when jupyterlab extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down
4 changes: 3 additions & 1 deletion output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ RUN pip install \
'ipympl' \
'jupyter-server-proxy' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
# pinned version of package to fix dependency issues with jupyterlab v4
# remove pin when jupyterlab extensions are caught up to v4
'jupyterlab_execute_time==2.3.1' \
'nb_conda_kernels' \
'jupyterlab-lsp' \
'jupyter-lsp' && \
Expand Down

0 comments on commit 14c2201

Please sign in to comment.