simpleitk.show not returning handles after execution

Hi all,

When I try to sitk.show(img), an imageJ windows pop up with the image I want to show. But inside the jupyter notebook, it still shows busy kernel even after close the imagej window. Does anyone know why this happens?

image

Thank you!

Hello nsp3 and welcome to the ITK community.

This is fixed by this patch: https://github.com/SimpleITK/SimpleITK/commit/dc5c1a1dc511b7e137acd206ee20fe40406838de#diff-ca6f2e1bfacc2a48441cf9cbb684d1c3

There will be a SimpleITK 1.2.1 patch release in a coupe of weeks which will include this fix.

@dchen Is there a work around for this issue?

3 Likes