Skip to content

Commit

Permalink
Add jupyter-resource-usage extension to jupyterlab (#643)
Browse files Browse the repository at this point in the history
* add jupyter-resource-usage extension

* add jupyter-resource-usage to excluded_packages

---------

Co-authored-by: Bryan Paget <bryan.paget@statcan.gc.ca>
  • Loading branch information
bryanpaget and Bryan Paget committed Jun 26, 2024
1 parent 35d7e02 commit 7863a88
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions docker-bits/6_jupyterlab.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN pip install \
'markupsafe' \
'ipympl' \
'pexpect==4.9.0' \
'jupyter-resource-usage' \
'jupyter-server-proxy==4.2.0' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-cpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ RUN pip install \
'markupsafe' \
'ipympl' \
'pexpect==4.9.0' \
'jupyter-resource-usage' \
'jupyter-server-proxy==4.2.0' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ RUN pip install \
'markupsafe' \
'ipympl' \
'pexpect==4.9.0' \
'jupyter-resource-usage' \
'jupyter-server-proxy==4.2.0' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
Expand Down
1 change: 1 addition & 0 deletions output/jupyterlab-tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ RUN pip install \
'markupsafe' \
'ipympl' \
'pexpect==4.9.0' \
'jupyter-resource-usage' \
'jupyter-server-proxy==4.2.0' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
Expand Down
1 change: 1 addition & 0 deletions output/sas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ RUN pip install \
'markupsafe' \
'ipympl' \
'pexpect==4.9.0' \
'jupyter-resource-usage' \
'jupyter-server-proxy==4.2.0' \
'jupyterlab-language-pack-fr-fr' \
'jupyterlab_execute_time' \
Expand Down
9 changes: 5 additions & 4 deletions tests/general/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@
"bzip2",
'nodejs',
# Jupyterlab extensions
'python-lsp-server',
'jupyterlab-translate',
'jupyter-dash',
'jupyterlab-translate',
'python-lsp-server',
"jupyter-lsp",
"jupyter-pluto-proxy",
"jupyterlab-git",
"jupyter-resource-usage",
"jupyter-server-proxy",
"jupyterlab-git",
"jupyterlab-language-pack-fr-fr",
"jupyterlab-lsp",
"jupyter-lsp",
# Other
"conda-forge::blas[build=openblas]",
"protobuf",
Expand Down

0 comments on commit 7863a88

Please sign in to comment.