Skip to content

Commit 01398fb

Browse files
committed
Bump itkwidgets to v1.0a32
This includes improvements to window/level interactivity as well as a bug fix so that windowing values are not lost with label images.
1 parent a12689c commit 01398fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/IDC_segmentation_primer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
"!pip install pydicom\n",
414414
"# For later visualization\n",
415415
"!pip install \"itk-io>=5.3.0\"\n",
416-
"!pip install \"itkwidgets[all]>=1.0a27\"\n",
416+
"!pip install \"itkwidgets[all]>=1.0a32\"\n",
417417
"!pip install --upgrade rt-utils\n",
418418
"!pip install pydicom-seg"
419419
]

notebooks/getting_started/part3_exploring_cohorts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
"outputs": [],
788788
"source": [
789789
"# Install the packages required for sorting and loading the data as well as visualization\n",
790-
"!pip install -q pydicom-seg \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a27\""
790+
"!pip install -q pydicom-seg \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a32\""
791791
]
792792
},
793793
{

0 commit comments

Comments
 (0)