How to interact with PyBullet GUI in jupyter notebook?

468 Views Asked by At

I used the following code in a jupyter notebook

p.connect(p.GUI)

which creates a popup window that looks like this:

enter image description here

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?

0

There are 0 best solutions below