We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea2ee9 commit d5a2ba4Copy full SHA for d5a2ba4
.github/workflows/packaging.yml
@@ -113,5 +113,7 @@ jobs:
113
- name: Check the Classic Notebook extension is installed
114
if: matrix.dist != 'jupyterlab_widgets*.tar.gz'
115
run: |
116
+ ${{ matrix.py_cmd }} -m pip install notebook~=6.0
117
+
118
jupyter nbextension list
119
jupyter nbextension list 2>&1 | grep -ie "jupyter-js-widgets/extension.*enabled" -
0 commit comments