Taipy Studio provides a set of tools that accelerate the creation of Taipy applications, reducing the code that needs to be manually written.
Taipy Studio is an extension to Visual Studio Code, which provides a whole development environment, including state-of-the-art support for the Python programming language.
You can get all the relevant information on this extension on the Taipy Studio documentation page.
Taipy Studio automatically installs two extensions:
You can now start building your Taipy application with specific tools that will make your team and yourself far more productive!
Taipy Studio can be used in two main scenarios:
Building Taipy configuration files:
If you plan to build Taipy configuration files, you can open the "Taipy Configs" view
and get started. This view opens in the *Secondary Side Bar".
If your current project has any configuration files (*.toml
), they are listed in
the Config Files section at the top of this view.
You can then select a configuration file to work on, adding and editing the configuration
items that your application can use.
See the complete documentation on
Building Taipy configuration files
for details.
Creating Taipy GUI pages:
If you edit a Markdown source file (*.md
) or a string in a Python source file (*.py
),
Taipy Studio will provide you with support for the Taipy GUI syntax.
See the complete documentation on
Creating Taipy GUI pages for details.