I have a situation in which a library I am using creates a QT event loop, but I want to use functions of that library (to acquire data from a specific piece of hardware) and then code my own GUI using ipywidgets in a jupyter notebook.
The problem is that once the QT event loop is running (starting from ipykernel > 7.16.1 at some point), events from the ipywidgets are no longer propagating (asynchronously) into my kernel: