Omniverse Script Editor#
Script Editor is a Python editing environment internal to Omniverse Kit. It can be used to run snippets of Python code to interact with the stage.
To open the Script Editor window, go to the Menu Bar and click Window > Script Editor.
Open multiple tabs by going to the Tab Menu in the Script Editor window. All the tabs share the same environment, so libraries that are imported or variables defined in one environment can be accessed and used in other environments.
Refer to Script Editor in the Omniverse docs for more details.