InsightSoftwareConsortium / itkwidgets

An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.
https://itkwidgets.readthedocs.io/
Apache License 2.0
576 stars 83 forks source link

ENH: register callback for saveRoi viewer event #701

Closed PaulHax closed 9 months ago

PaulHax commented 9 months ago

Depends on https://github.com/Kitware/itk-vtk-viewer/pull/723

This is the viewer_config.py file I'm using to test:

ITK_VIEWER_SRC = (
    "http://localhost:8082"
)
PYDATA_SPHINX_HREF = "http://localhost:3000/dist/bootstrapUIMachineOptions.js.es.js"
MUI_HREF = "https://cdn.jsdelivr.net/npm/itk-viewer-material-ui@0.3.0/dist/materialUIMachineOptions.js.es.js"
thewtex commented 9 months ago

This is not supporting the itkwidgets workflow as discussed in Kitware/itk-vtk-viewer#723