taipy
taipy copied to clipboard
Turns Data and AI algorithms into production-ready web applications in no time.
**Description** When trying to deploy my `taipy` app through [taipy cloud](https://cloud.taipy.io/cloud/), I want to add `AWS_SECRET_ACCESS_KEY` into the app's environment variables, to access some thing I need in my app....
**Description** The callback function is never called in *development* mode. It only works in *standalone* mode. **How to reproduce** ```python from taipy.config import Config import taipy as tp from taipy.gui...
Currently we're supporting pd.DataFrame as an exposed type already. But if we perform certain action and the result was turned into a pd.Series, we won't be able to store it...
Hi, # Repro steps: Go to https://cloud.taipy.io/register/ and click Create account. See displayed `um-field-error` for proper fields. Next, fill out missing fields (meet the requirements) - still can see `um-field-error`....
**Description** Using the [example in the docs](https://docs.taipy.io/en/develop/manuals/gui/binding/#lambda-expressions) for using a lambda expression to assign to state does not work in a subpage. **How to reproduce** ```python # app.py import taipy...
**Description** The behavior between a local run and a run done with Docker and Gevent is different. In this example, the table is not updated properly. Refreshing the page solves...
- [ ] Update dev practice document, adding a section on how to un-support an old release - [ ] Add description on PR/issue link management. Doc is [here](https://docs.google.com/document/d/1A7Gn34v7EakVr39nbd_XXabotYAMtG8d1tV2pm-p1E8/edit#heading=h.jyr3gm6yqffo)
Updated Warning Message in utils.py for Issue #379 This PR addresses BUG-Inputting the wrong column name in a chart reports empty data (#379). The issue was due to the misleading...
Propose a way to filter scenarios by providing a cycle description. # Objectives We want to implement a filter mechanism, a query system, or Python API to easily describe and...
## Doc improvement A user was frustrated with how the documentation was built. The Taipy doc makes a lot of assumptions, feeds a lot of information at once, and is...