taipy icon indicating copy to clipboard operation
taipy copied to clipboard

Turns Data and AI algorithms into production-ready web applications in no time.

Results 496 taipy issues
Sort by recently updated
recently updated
newest added

resolves #691 ``` from taipy.gui import Gui, State bval = True def on_change(state: State, var: str, val: str): print(f"on_change(state, var={var}, val={val})") md = """ Demo Toggle as switch """ Gui(md).run()...

🟧 Priority: High
✨New feature
📝Release Notes
GUI: Front-End
Gui: Back-End

*Description* While installing the open-source full-stack Python library, Taipy, several bugs and related issues were encountered. Upon successfully installing Taipy, an error message occurred during the execution of the pip...

❓ Question
🟧 Priority: High

*Description* While installing the open-source full-stack Python library, Taipy, several bugs and related issues were encountered. Upon successfully installing Taipy, an error message occurred during the execution of the pip...

💥Malfunction

**What would that feature address** Add switch visual element to Taipy: [example](https://mui.com/material-ui/react-switch/) ![image](https://github.com/Avaiga/taipy-gui/assets/98709993/1c6d4875-04c7-4208-afba-934fe45b562b) Parent issue: #436 **Acceptance Criteria** - [ ] Ensure new code is unit tested, and check code...

🖰 GUI
🟨 Priority: Medium
✨New feature

# Context When we create a job, the "job manager" set the callback **before** the job is saved. See https://github.com/Avaiga/taipy/blob/develop/taipy/core/job/_job_manager.py#L54 When the `_on_status_changed` is called, it currently check if the...

**Description** There is an issue in the taipy.gui library that we cannot import canvas directly from the library mentioned. Instead we have to forecully install the canvas using ! pip...

🖰 GUI
✨New feature

**Description** In the following example, using an adapter for my "fruit" selector to create uppercase labels unexpectedly also applies to my "flower" selector. **How to reproduce** ```python import taipy as...

🟥 Priority: Critical
📄 Documentation
💥Malfunction
Gui: Back-End

This PR continues https://github.com/Avaiga/taipy/pull/646

Core
🟨 Priority: Medium
❌ Blocked
Core: 🎬 Scenario & Cycle