Skip to content

Commit

Permalink
Merge pull request #61 from dave3d/UpdateExamples
Browse files Browse the repository at this point in the history
Added missing pkgs for example notebook
  • Loading branch information
dave3d committed Feb 27, 2024
2 parents fbc297a + 3f61d81 commit 90ae1ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion binder/environment.yml
Expand Up @@ -2,7 +2,7 @@ name: itkwidgets
channels:
- conda-forge
dependencies:
- python=3.8
- python=3.10
- numpy
- itk
- vtk
Expand All @@ -17,3 +17,5 @@ dependencies:
- ipywebrtc
- bqplot
- plotly>=3.3.0
- simpleitkutilities
- pydicom
2 changes: 2 additions & 0 deletions examples/Isosurface.ipynb
Expand Up @@ -31,8 +31,10 @@
" \n",
"# Install required packages\n",
"!{sys.executable} -m pip install SimpleITK\n",
"!{sys.executable} -m pip install simpleitkutilities\n",
"!{sys.executable} -m pip install vtk\n",
"!{sys.executable} -m pip install itkwidgets"
"!{sys.executable} -m pip install pydicom"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion examples/environment.yml
Expand Up @@ -8,4 +8,5 @@ dependencies:
- vtk=8.2.0
- pip:
- itkwidgets==0.26.1

- simpleitkutilities
- pydicom

0 comments on commit 90ae1ea

Please sign in to comment.