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
574 stars 83 forks source link

Exception interferes with cell processing #735

Closed thewtex closed 5 months ago

thewtex commented 5 months ago

CellWatcherDoesNotExecuteAfterException.ipynb.zip Following CellWatcher updates, when an exception occurs in a cell after itkwidgets import, further cells do not execute.

image

(test notebook attached)

The exception can be thrown in _execute_next_request await rr:

image