Taipy Designer Documentation
Training
Initializing search
      • Welcome
      • Simple example
      • Quick tutorial
      • Training
      • Basics
      • Properties
        • Introduction
        • Common concepts
        • Basic inputs
        • Basic displays
        • Plots
        • Geo & Time
        • Annotation & Video
      • Layout
      • Multi-page
        • Notifications
      • Test & deploy
          • Numeric Input
          • Text Input
          • Checkbox
          • Switch
          • Horizontal slider
          • Vertical slider
          • Double slider
          • Trigger button
          • Load file button
          • Select
          • Multi-select
          • List
          • Editable table
          • Value Display
          • KPI value
          • Advanced KPI value
          • Status led
          • Progress bar
          • Full-circular gauge
          • Semi-circular gauge
          • Arch-circular gauge
          • 'any' widget
          • Table
          • Plotly line
          • Plotly bar
          • Plotly pie
          • Plotly Python generic
          • Leaflet JSON maps
          • Address auto-completion
          • Simple calender
          • Date-range calendar
          • Year Calenddar
          • Simple clock
          • Info
          • Label
          • Form
          • Import Image
          • Connect Image
          • Markdown
          • Generic HTML
          • Camera

    Training

    16 training examples shall guide you to master all Taipy Designer features. You can download these examples here.

    a_sliders_value

    Add two numbers and display the result.

    b_sliders_button_value

    Use a button to trigger a function that adds numbers and display the result.

    c_list

    Single or multiple selection in a list using the list widget.

    d_multi_select

    Single or multiple selection in a list using the multi-select widget.

    e_editable_table

    Editable table with cells addition display.

    f_select

    Select widget.

    g_file_loader_csv_table

    Use a file loader button to load a CSV file and display the data using the Table widget.

    h_date_picker

    Use a calendar date picker widget to select and display a date.

    i_plotly_figure

    Display a simple Plotly Python figure.

    j_matplotlib_figure

    Display a simple Matplotlib Python figure.

    k_folium_map

    Display a simple Folium Python figure.

    l_pillow_image

    Display and modify an image using the Pillow package.

    m_markdown

    Display a Markdown file.

    n_year_calendar

    Year calendar usage example.

    o_crud_template

    CRUD (create, read, update, delete) example.

    p_multi_page

    Two-page example.

    Made with Material for MkDocs