Skip to content

Running a Taipy application

Depending on the task that the application is addressing, there are several execution use cases that can be considered for running a Taipy application.

A Taipy application is just a Python script that relies on the Taipy packages to perform the tasks to be executed.
Running a Taipy application can be as simple as invoking the Python interpreter, providing the path to the script you need to run.

The application may however have a few requirements that Taipy can address:

Running Taipy services

External web servers

Protecting private files