Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.
https://www.taipy.io
Apache License 2.0
14.32k stars 1.73k forks source link

[DOCS] Getting Started with Taipy Page --Run Command #1593

Closed pravintargaryen closed 2 weeks ago

pravintargaryen commented 2 months ago

Issue Description

It would be nice if Getting Started Page has a line or two for command to start the Taipy application so that it would be easy for new Developers to get started right away. Right now the code ends with the below line and one has to navigate to https://docs.taipy.io/en/latest/manuals/cli/run/

if name == "main": Gui(page=page).run(title="Dynamic chart")

Screenshots or Examples (if applicable)

taipy

Proposed Solution (optional)

Nice to have somthing like this in the Getting Started Page (https://docs.taipy.io/en/latest/getting_started/)

taipy1

Code of Conduct

FlorianJacta commented 2 months ago

This seems really reasonable!

jrobinAV commented 2 months ago

I like the idea as well.

Satoshi-Sh commented 2 weeks ago

Can I take this issue?

FlorianJacta commented 2 weeks ago

Here you go, @Satoshi-Sh; thank you for taking this issue!

Satoshi-Sh commented 2 weeks ago

Thanks, Florian.

I have trouble running taipy-doc and created the issue https://github.com/Avaiga/taipy-doc/issues/1142 . I will work on this once I can run the doc.

Satoshi-Sh commented 2 weeks ago

Thanks for the guidance, @jrobinAV You can close this issue.