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

This code which creates a page using a method: ```python from taipy import Gui import taipy.gui.builder as tgb def create_page(): with tgb.Page() as page: tgb.html("p", "page") return page class ProjectHub(Gui):...

🖰 GUI
💥Malfunction
🟩 Priority: Low
🔒 Staff only

**What would that feature address** Many Python programmers are using [Matplotlib](https://matplotlib.org/) as a way to create charts. These are static, and we want to let users in charge of defining...

🆘 Help wanted
🟧 Priority: High
✨New feature
Gui: Back-End
hacktoberfest
hacktoberfest - 300💎💎💎

**Description** Inputting the wrong column name in a chart visual element will report that the dataset used is empty when it is not. This leads the user to think that...

🖰 GUI
💥Malfunction
good first issue
🟩 Priority: Low

**What would that feature address** When new scenarios are created, we might also want to skip tasks that are from a 'Scenario' scope if no 'input' Data Nodes have been...

🆘 Help wanted
🟨 Priority: Medium
✨New feature
Core: 🎬 Scenario & Cycle
hacktoberfest
hacktoberfest - 300💎💎💎
⚔️ Quest

## Issue There is no possibility to extend the file_selector or file_upload to the full width of the page. ## How to replicate ![image](https://github.com/Avaiga/taipy/assets/98709993/a7d7fdda-540a-4c3f-a59c-5acfb18a15b2) ```python from taipy.gui import Gui page...

🖰 GUI
💥Malfunction
good first issue
🟩 Priority: Low
🥶Waiting for contributor

**Description** There is a problem when using a partial inside a page. The partial inside the page is in "global scope" while the elements that we want to display can...

🖰 GUI
💥Malfunction
🟧 Priority: High

## Improve documentation Highlight the new Python API in the documentation. It could be interesting to add a Python API version for each code if possible. [Here](https://github.com/Avaiga/taipy-doc/blob/develop/CONTRIBUTING.md) is how we...

📈 Improvement
📄 Documentation
🖰 GUI
good first issue
🟧 Priority: High
💬 Discussion

**Description** The goal would be to explain the warning raised by Taipy GUI. This will make debugging of code easier. Example of Taipy GUI warnings: ``` TaipyGuiWarning: Decoding Message has...

📈 Improvement
🖰 GUI
🟨 Priority: Medium

The botton line is that the "{variable}" syntax is too confusing for some users. For tgb: users have to constantly put their properties within quotes and brackets which is very...

📈 Improvement
🖰 GUI
🟨 Priority: Medium