Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Update the napari notebook #220

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions .binder/requirements.txt
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
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
Expand Up @@ -6,3 +6,5 @@ ipywidgets>=7.5.1
ipympl>=0.5.7
voila>=0.3.4
pyinstaller
napari[all]
itk-napari-conversion