Can't use World in the GUI

If I execute the following code in the GUI of Isaac using the Script Editor:

from omni.isaac.core import World

world = World()
world.scene.add_default_ground_plane()
world.reset()

it correctly create the ground plane but when reset() is called it throws the following error:

Hi @federico.domeniconi. It’s better to ask Isaac Sim API questions in the Isaac Sim forum. I’ve gone ahead and moved this.

Hi @federico.domeniconi - Apologies for the delay in response. Please let us know if you are still having any issues or questions after using the latest Isaac Sim release.