Skip to content

Taipy.run

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`, `Core`]

Services to run.
If several services are provided, all the services run simultaneously. If this is empty or set to None, this method does nothing.

()
**kwargs dict[str, any]

Other parameters to provide to the services.

{}