Config

The Config class is a singleton as the entry point for the Taipy Core configuration. It is accessible using the following import:

1
from taipy import Config

It exposes all the necessary attributes and methods to manage the configuration. In particular, it holds

The next section introduces the data node configuration.