Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial videos with description #562

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/tutorials/videos/charts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Taipy Charts to Update Line Types
erikfTW marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Taipy Charts to Update Line Types
# Changing Line Types Using Charts


Make a line chart for your Taipy application. We're using a basic time series dataset with two variables. You can either use your dataset or get it from the Taipy website.

Charts are visual ways to show and study patterns, trends, and connections in data. Line charts, in particular, show data points connected by straight lines,
making it easy to see trends and changes over time. You can change the line styles in charts by adjusting the line properties to create different looks.
Comment on lines +5 to +6
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Charts are visual ways to show and study patterns, trends, and connections in data. Line charts, in particular, show data points connected by straight lines,
making it easy to see trends and changes over time. You can change the line styles in charts by adjusting the line properties to create different looks.
Charts visualize patterns, trends, and data relationships. Line charts connect data points with straight lines for tracking changes over time. Customize line styles in charts by tweaking line properties for various appearances.


To discover more about the Taipy Taipy charts to update line types, click on the tutorial video [here](https://www.youtube.com/watch?v=M32xhZP04yo).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment, I have a hard time with how it is formulated

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try this:

Charts visualize patterns, trends, and data relationships. Line charts connect data points with straight lines for tracking changes over time. Customize line styles in charts by tweaking line properties for various appearances.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine for me!

8 changes: 8 additions & 0 deletions docs/tutorials/videos/data-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Data Dashboards

Take advantage of Taipy's extra visual tools to build a data dashboard. You can upload a dataset to the app, tweak settings, and display the data using various graphical choices.

Data dashboards serve to simplify and make complex data visually attractive. They bring together data from different sources like databases, APIs,
or real-time feeds into one easy-to-read interface. Typically, they use charts, graphs, tables, gauges, and other visuals to present data in a clear and interactive way.

To discover more about the Taipy data dashboard, click on the tutorial video [here](https://www.youtube.com/watch?v=0KlZ3IDFJz4).
5 changes: 5 additions & 0 deletions docs/tutorials/videos/data_nodes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Data Nodes and Tasks

Here's a practical, step-by-step example of how to create scenarios to make the most of your data. It involves two main parts: Data nodes and Tasks.

To discover more about data nodes and tasks, click on the tutorial video [here](https://www.youtube.com/watch?v=rsrXBQr3LKo).
9 changes: 9 additions & 0 deletions docs/tutorials/videos/data_pipelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Manage Data Pipelines with Scenarios

Build, control, and run your data pipelines effortlessly with Taipy. Taipy simplifies the process of designing pipelines, handling data,
and coordinating data movement through a feature known as scenario management.

In Taipy, a Scenario is specifically crafted for modeling pipelines and data flows. It connects your data nodes (representing your datasets)
with tasks (which are the Python functions you want to execute). Configuring these scenarios becomes a breeze when you use the user-friendly Taipy Studio interface.

To discover more about managing data pipelines with scenarios, click on the tutorial video [here](https://www.youtube.com/watch?v=c2hMbr4HCA0).
8 changes: 8 additions & 0 deletions docs/tutorials/videos/graphical_pages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Manage Multiple Graphical Pages

Use Taipy to arrange and control multiple graphical pages, creating a user-friendly and personalized interface.

Managing multiple graphical pages means arranging and controlling different screens or pages within a graphical user interface (GUI) application.
This includes switching between pages, handling their content, and providing navigation options for users to move between them.

To discover more about managing multiple graphical pages, click on the tutorial video [here](https://www.youtube.com/watch?v=w-tMYCB-I3A).
3 changes: 3 additions & 0 deletions docs/tutorials/videos/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tutorial videos

Let's explore what you can learn with Taipy by watching the tutorial videos below.
19 changes: 19 additions & 0 deletions docs/tutorials/videos/markdown-syntax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Markdown Syntax

With Taipy GUI, you can easily create a basic application page using Markdown syntax. This covers things like connecting variables and adding visual elements like sliders and charts.

Markdown syntax is a simple way to format plain text and structure documents. It lets you easily add things like headings, lists, links, images, and emphasis
to text without needing complex HTML or formatting tools.

Taipy uses [Python Markdown](https://python-markdown.github.io/) to turn your Markdown text into web pages. There are several language extensions that help make your pages look nice and user-friendly.
Specifically, Taipy uses the following Markdown extensions:

- [Admonition](https://python-markdown.github.io/extensions/admonition/)
Copy link
Member

@FlorianJacta FlorianJacta Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is so interesting but we can keep it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed Florian. Every useless detail should be removed. To the point.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then I will remove this section, to keep just information to the point, thanks.

- [Attribute Lists](https://python-markdown.github.io/extensions/attr_list/)
- [Fenced Code Blocks](https://python-markdown.github.io/extensions/fenced_code_blocks/)
- [Meta-Data](https://python-markdown.github.io/extensions/meta_data/)
- [Markdown in HTML](https://python-markdown.github.io/extensions/md_in_html/)
- [Sane Lists](https://python-markdown.github.io/extensions/sane_lists/)
- [Tables](https://python-markdown.github.io/extensions/tables/)
Comment on lines +8 to +17
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Taipy uses [Python Markdown](https://python-markdown.github.io/) to turn your Markdown text into web pages. There are several language extensions that help make your pages look nice and user-friendly.
Specifically, Taipy uses the following Markdown extensions:
- [Admonition](https://python-markdown.github.io/extensions/admonition/)
- [Attribute Lists](https://python-markdown.github.io/extensions/attr_list/)
- [Fenced Code Blocks](https://python-markdown.github.io/extensions/fenced_code_blocks/)
- [Meta-Data](https://python-markdown.github.io/extensions/meta_data/)
- [Markdown in HTML](https://python-markdown.github.io/extensions/md_in_html/)
- [Sane Lists](https://python-markdown.github.io/extensions/sane_lists/)
- [Tables](https://python-markdown.github.io/extensions/tables/)


To discover more about the Taipy markdown syntax, click on the tutorial video [here](https://www.youtube.com/watch?v=OpHAncCb8Zo&t=1s).
12 changes: 12 additions & 0 deletions docs/tutorials/videos/partials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Partials in Taipy

Utilize Taipy's "Partials" feature to save time when creating GUI pages and components. Partials come in handy when you need to use the same page (or part of a page)
multiple times in your application, like for general instructions, contributions, or generic constants.

Additionally, two other essential visual elements help you structure your application interface:

- **Dialog:** A dialog is a pop-up window with specific behavior designed to enhance the user's experience.

- **Pane:** A pane is another type of pop-up window with distinct behavior aimed at improving the user's interaction with the application.

To discover more about partials in Taipy, click on the tutorial video [here](https://www.youtube.com/watch?v=gFyfGk4_wEM).
8 changes: 8 additions & 0 deletions mkdocs.yml_template
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ nav:
- "Understanding GUI": tutorials/understanding_gui/index.md
- "Scenario management Overview": tutorials/scenario_management_overview/index.md
- "Using Templates": tutorials/using_templates/index.md
- "Tutorial videos": tutorials/videos/index.md
- "Markdown Syntax": tutorials/videos/markdown-syntax.md
- "Data Dashboard": tutorials/videos/data-dashboard.md
- "Taipy Charts to Update Line Types": tutorials/videos/charts.md
- "Manage Multiple Graphical Pages": tutorials/videos/graphical_pages.md
- "Partials in Taipy": tutorials/videos/partials.md
- "Manage Data Pipelines with Scenarios": tutorials/videos/data_pipelines.md
- "Data Nodes and Tasks": tutorials/videos/data_nodes.md
- "Manuals":
- manuals/index.md
- "User Manuals":
Expand Down
Loading
Loading