run() function
Run one or multiple Taipy services.
A Taipy service is an instance of a class that runs code as a web application.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
services
|
Union[Gui, Rest, Orchestrator]
|
Services to run. |
()
|
**kwargs
|
dict[str, any]
|
Other parameters to provide to the services. |
{}
|