Florian Jacta
Florian Jacta
Example of manual integration: ```python import pandas as pd from ipyvizzu import Chart, Data, Config, Style, DisplayTarget chart = Chart(width="640px", height="360px", display=DisplayTarget.MANUAL) data = Data() df = pd.read_csv("https://ipyvizzu.vizzuhq.com/0.16/showcases/titanic/titanic.csv") data.add_df(df) chart.animate(data)...
This is still in discussion internally on how to accomplish this but if you have any feedback, you are more than welcome.
@sOnU1002, you are already assigned to another issue. When you are done with that issue, you can return to this one if you'd like.
The goal would be to add a tab to the scenario viewer. In this tab, you can see the [Scenario DAG](https://docs.taipy.io/en/develop/refmans/gui/viselements/corelements/scenario_dag/). It would be great if this tab appears if...
We can do with two contributors.
@namnguyen20999 is also working on it inside of our R&D.
The repo of the documentation is [Taipy Doc](https://github.com/Avaiga/taipy-doc). You are not changing the correct repo
This issue is not yet opened for contribution. Thank you!
@sahilborse You are also assigned here