Florian Jacta

Results 382 comments of Florian Jacta

Another user reported the issue by doing: ``` conda create -n taipy_env python=3.11 conda activate taipy_env pip install taipy ``` It was again the *data_node_management.py* that was missing. The same...

He is using: conda 4.14.0 pip 24.2 ``` (base) PS C:\Users\Frenk VanDerKraan> conda create -n taipy_env4 python=3.10 WARNING: A space was detected in your requested environment path 'C:\Users\Frenk VanDerKraan\Anaconda3\envs\taipy_env4' Spaces...

Yes, this is what I suggested in my mail to him too. We could try to change it for him specifically and have a way to fix it for Taipy.

In 2.3.1, it now has a bizarre behavior where the zoom doesn't correspond to what should be zoomed.

The zoom with Decimator is still not working in the develop branch for 3.1. @dinhlongviolin1

It is not working as expected. In 3.1, after my horizontal and vertical zoom, the points are not repopulated as it should be. Try this code: ```python import yfinance as...

Thank you for the issue! Taipy views a string as Markdown by default and not HTML ([doc](https://docs.taipy.io/en/latest/manuals/gui/pages/#using-html)). You would need the `Html` object around your _string_ to interpret it as...

Create a CSS file next to your main script (_.py_) and add these lines in it. _.css_: ```css .row { display: flex; } .column { flex: 50%; } ``` Taipy...

The R&D is looking into your question; we will come back to you as soon as possible.