I used the following code in a jupyter notebook
p.connect(p.GUI)
which creates a popup window that looks like this:
Unfortunately, I can't interact with the window or the contents at all. Every time I scroll over it I get the Mac OS spinning rainbow wheel. I can't seem to even close it as I can't click on the red eXit button.
My questions:
1.) How do I just close the window? Do I have to do it using something like p.connect(p.quit)
?
2.) Is there a way I can make it interactable? For example being able to click on the "Test" tab?