Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ numpy
torch>=1.9
monai>=1.0.1
matplotlib==3.3.1
PyQt5==5.15.0
PyQt5-sip==12.8.0
QtPy==1.9.0
voila
tqdm
napari[all]
itk-napari-conversion
12 changes: 8 additions & 4 deletions .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: qt libs
uses: tlambert03/setup-qt-libs@v1
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r ./.binder/requirements.txt
python -m pip install pytest nbmake
uses: aganders3/headless-gui@v1
with:
run: |
python -m pip install --upgrade pip
python -m pip install -r ./.binder/requirements.txt
python -m pip install pytest nbmake
- name: Test notebooks
shell: bash
run: |
Expand Down
147 changes: 120 additions & 27 deletions examples/ITK_Example14_WorldCoordinatesExplanation_Napari.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ ipywidgets>=7.5.1
ipympl>=0.5.7
voila>=0.3.4
pyinstaller
napari[all]
itk-napari-conversion