[isaacsim.code_editor.python_server.ui] Python Server UI#
Version: 0.1.0
Python Server UI#
This optional extension provides the PY Server status indicator and runtime listener controls for
isaacsim.code_editor.python_server.
Enable isaacsim.code_editor.python_server.ui in a UI-capable application. The core Python Server remains independent
of UI extensions and can run in headless environments.
Enable Extension#
The extension can be enabled (if not already) in one of the following ways:
Define the next entry as an application argument from a terminal.
APP_SCRIPT.(sh|bat) --enable isaacsim.code_editor.python_server.ui
Define the next entry under [dependencies] in an experience (.kit) file or an extension configuration (extension.toml) file.
[dependencies]
"isaacsim.code_editor.python_server.ui" = {}
Open the Window > Extensions menu in a running application instance and search for isaacsim.code_editor.python_server.ui.
Then, toggle the enable control button if it is not already active.