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 2764a80 commit 116c221Copy full SHA for 116c221
.github/workflows/test_widget.yml
@@ -27,7 +27,7 @@ jobs:
27
run: pnpm exec playwright install --with-deps
28
working-directory: ./tests-widget
29
- name: Install vitessce
30
- run: uv sync --extra dev --extra all
+ run: uv sync --extra dev --extra all --extra notebook
31
- name: Export Jupyter notebook to HTML
32
run: uv run jupyter nbconvert --to=html --execute docs/notebooks/widget_from_dict.ipynb
33
- name: Export Marimo notebook to HTML
0 commit comments