Render() or Interact() + q make the window unresponsive

I’m using the Python ParaView package (v5.7.0) from within Spyder in Windows, using the built-in iPython console to run my scripts. When I run Interact(), the visualization and interaction works well, but when I quit out of it by pressing q, the window stops responding. If I instead run Render(), the same thing happens.

Is there any way to keep this from happening? Force-quitting the window causes the iPython kernel to restart, sometimes incorrectly, which adds additional friction to the workflow.

Just ignore it.