We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb65f4 commit 34cfd36Copy full SHA for 34cfd36
.github/workflows/packaging.yml
@@ -134,7 +134,7 @@ jobs:
134
- name: Check the JupyterLab extension is installed
135
if: matrix.dist != 'widgetsnbextension*.tar.gz'
136
run: |
137
- python -m pip install jupyterlab~=3.0
+ python -m pip install jupyterlab~=4.0
138
139
jupyter labextension list
140
jupyter labextension list 2>&1 | grep -ie "@jupyter-widgets/jupyterlab-manager.*enabled.*ok" -
0 commit comments