Alexandre Sajus

Results 51 issues of Alexandre Sajus

**Description** When trying to install the following requirements using pip: ``` taipy==2.3.1 requests pandas pandasai==0.6.12 ``` It fails with the error: ```bash The conflict is caused by: pandasai 0.6.12 depends...

🖰 GUI
🟩 Priority: Low

Example: - I have a `main.py` Python file: ```python from taipy.gui import Gui, Markdown page = Markdown("page.md") Gui(page).run(use_reloader=True) ``` - I also have a `page.md` Markdown file: ```markdown # Hello...

💥Malfunction
🟩 Priority: Low
Gui: Back-End

As discussed and reported by a user, the "Submit Scenario" button on the scenario visual element is too small and unintuitive: ![image](https://github.com/Avaiga/taipy/assets/62465003/82e6444d-591a-4b0c-bde4-6a650c298bc6) Make it larger and it should display the...

Core
📈 Improvement
🟧 Priority: High
GUI: Front-End

The scenario visual element can display a grey send icon with "Cannot submit scenario" without an explanation: ![image](https://github.com/Avaiga/taipy/assets/62465003/86d0c990-0894-4c25-9ea0-d78a66428668) This bug gets triggered in the [Scenario Management Overview](https://docs.taipy.io/en/develop/knowledge_base/tutorials/scenario_management_overview/) tutorial when the...

Core
📄 Documentation
💥Malfunction
🟧 Priority: High
🔒 Staff only
GUI: Front-End
💬 Discussion

**Description** Renaming a node resets it to its spawn position. This is probably linked to Avaiga/taipy#384 and Avaiga/taipy-studio-config#59 ![2023-05-25 13-00-40_1](https://github.com/Avaiga/taipy-studio-config/assets/62465003/c632bf7e-16eb-426f-85da-22615162fbb1) **How to reproduce** Open VSCode Open the View of a...

💥Malfunction
🟩 Priority: Low
👩‍💻Studio

Rym, Vincent, and I were unclear on what properties were used for in Core GUI elements: ![image](https://github.com/Avaiga/taipy-gui/assets/62465003/00e64642-af94-4cc8-80b9-efc5f205dd19) ![image](https://github.com/Avaiga/taipy-gui/assets/62465003/983adbde-ed59-493f-9b4f-525cfd375fa0) As far as I understand, these properties do not have functionality inside...

📈 Improvement
🖰 GUI
🟩 Priority: Low

**Description** Clicking on an edge currently creates a point on it: ![image](https://github.com/Avaiga/taipy-core/assets/62465003/b8a7043f-a745-4158-8dde-b91d741f2fb4) This is unexpected behavior: the standard behavior should be selecting the node to be able to delete with...

📈 Improvement
🟨 Priority: Medium
👩‍💻Studio

I wanted to create a scenario-management template project using the CLI so I typed: ```bash taipy create --teamplate scenario-management ``` Unfortunately, I wrote a typo, and wrote "teamplate" instead of...

💥Malfunction
🟩 Priority: Low

## Issue The documentation currently provides a great example of how to get the mean value of selected points on a line chart: https://docs.taipy.io/en/latest/manuals/gui/viselements/charts/advanced/#tracking-selection ![image](https://github.com/Avaiga/taipy/assets/62465003/f85443a5-8238-462c-a4bf-8b2300dcc347) Unfortunately, this only works with...

📈 Improvement
🖰 GUI
🆘 Help wanted
🟧 Priority: High
💬 Discussion

Here's an example: I am doing a what-if analysis on a neural network by changing the parameter alpha. When I create a new scenario, "alpha 2.00", it gets put at...

Core
📈 Improvement
🖰 GUI
🟧 Priority: High
🔒 Staff only