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
*apps List[Union[Gui, Rest]]

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 t.Dict

Other parameters to provide to the services.

{}