10 Comments

Thanks Avi as usual! While Taipy does offer major improvements over Streamlit; for me personally, nothing can beat Panel in this domain, recommend checking it out!

Expand full comment
Jan 23Liked by Avi Chawla

thanks for sharing your work!. Excellent!

Expand full comment
Jan 23Liked by Avi Chawla

Excellent one. Loved it. Gonna try it

Expand full comment
Jan 23·edited Jan 23Liked by Avi Chawla

Thanks Avi for sharing this. I have a question about the workflow of developing this in a jupyter nb.

Running the following, I can visit 127.0.0.1:5000 and see the contents.

from taipy import Gui

page = """

# First Taipy Web Application.

"""

Gui(page=page).run()

How would I proceed if I want to make any changes to the text and see the reflection on the page? Changing the text and rerunning the code will give me a 500 error.

Expand full comment
Jan 22Liked by Avi Chawla

♥️

Expand full comment
Jan 22Liked by Avi Chawla

Any idea how taipy compares to plotly-dash? I'm not very familiar with dash but I know it uses callbacks.

Expand full comment

Thanks Avi…. Actually I am waiting for callbacks support in streamlit desperately… Will try this now

Expand full comment