Python APIenvironmentsutilsOn this pageutils Utilities for displaying and managing environment information. def display_environments(environments: list[dict[str, typing.Any]]) -> None Display a list of environments in the console. Parameters environments : list[dict[str, Any]] List of environment dictionaries to display.