Skip to content

Refactor DU knee examples to use widgets from Sonador Jupyter package

Rob Oakes requested to merge roakes/sn-kpop into master

itkwidgets, the primary package used by Sonador to visualize 2D data, is not compatible with newer versions of JupyterLab. For that reason, a 3D viewer which provides similar functionality was created using PyVista. This merge request includes:

  • Changes to the DU knee visualization noteboooks to use the new components
  • Technical notebooks which show server-side visualization and conversion of SimpleITK volumes to meshes

Merge request reports