Skip to content

Commit

Permalink
Solve conflicts between linters
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Dec 12, 2024
1 parent f305d0d commit 2d4a4e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 30 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[Documentation](https://vizro.readthedocs.io/en/stable/) | [Get Started](https://vizro.readthedocs.io/en/stable/pages/tutorials/first_dashboard/) | [Vizro examples gallery](http://vizro.mckinsey.com/)

##
---

<img src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/vizro_spash_teaser.gif" width="600"/>
<br>
Expand Down Expand Up @@ -82,47 +82,41 @@ Use Vizro when you need to combine the speed and ease of low-code Python tools,

## How to use Vizro?

### [Vizro framework](https://vizro.readthedocs.io/en/stable/)
### Vizro framework

**Low-code framework for building dashboards.**

The Vizro framework underpins the entire Vizro toolkit. It is a Python package (called `vizro`).

Visit the [documentation](https://vizro.readthedocs.io/en/stable/) for more details.
Visit the **[documentation](https://vizro.readthedocs.io/en/stable/)** for more details.

##

### [Vizro visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/)
### Vizro visual vocabulary

**Chart examples.**

The visual vocabulary helps you to decide which chart type to use for your requirements, and offers sample code to create these charts with Plotly or embed them into a Vizro dashboard.

Visit the [visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/) to search for charts or get inspiration.
Visit the **[Vizro visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/)** to search for charts or get inspiration.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_visual_vocabulary.png">

##

### [Vizro examples gallery](https://vizro.mckinsey.com/)
### Vizro examples gallery

**Dashboard examples.**

The dashboard examples gallery enables you to explore Vizro in action by viewing interactive example apps. You can copy the code to use as a template or starter for your next dashboard.

Visit the [dashboard examples gallery](https://vizro.mckinsey.com/) to see the dashboards in action.
Visit the **[dashboard examples gallery](https://vizro.mckinsey.com/)** to see the dashboards in action.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_dashboard_examples.png">

##

### [Vizro-AI](https://vizro.readthedocs.io/projects/vizro-ai)
### Vizro-AI

**Use LLMs to generate charts and dashboards.**

Vizro-AI is a separate package (called `vizro_ai`) that extends Vizro to incorporate LLMs. Use it to build interactive Vizro charts and dashboards, by simply describing what you need in plain English or other languages.

Visit the [Vizro-AI documentation](https://vizro.readthedocs.io/projects/vizro-ai/) for more details.
Visit the **[Vizro-AI documentation](https://vizro.readthedocs.io/projects/vizro-ai/)** for more details.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_vizro_ai.gif">

Expand Down
24 changes: 9 additions & 15 deletions vizro-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[Documentation](https://vizro.readthedocs.io/en/stable/) | [Get Started](https://vizro.readthedocs.io/en/stable/pages/tutorials/first_dashboard/) | [Vizro examples gallery](http://vizro.mckinsey.com/)

##
---

<img src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/vizro_spash_teaser.gif" width="600"/>
<br>
Expand Down Expand Up @@ -82,47 +82,41 @@ Use Vizro when you need to combine the speed and ease of low-code Python tools,

## How to use Vizro?

### [Vizro framework](https://vizro.readthedocs.io/en/stable/)
### Vizro framework

**Low-code framework for building dashboards.**

The Vizro framework underpins the entire Vizro toolkit. It is a Python package (called `vizro`).

Visit the [documentation](https://vizro.readthedocs.io/en/stable/) for more details.
Visit the **[documentation](https://vizro.readthedocs.io/en/stable/)** for more details.

##

### [Vizro visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/)
### Vizro visual vocabulary

**Chart examples.**

The visual vocabulary helps you to decide which chart type to use for your requirements, and offers sample code to create these charts with Plotly or embed them into a Vizro dashboard.

Visit the [visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/) to search for charts or get inspiration.
Visit the **[Vizro visual vocabulary](https://vizro-demo-visual-vocabulary.hf.space/)** to search for charts or get inspiration.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_visual_vocabulary.png">

##

### [Vizro examples gallery](https://vizro.mckinsey.com/)
### Vizro examples gallery

**Dashboard examples.**

The dashboard examples gallery enables you to explore Vizro in action by viewing interactive example apps. You can copy the code to use as a template or starter for your next dashboard.

Visit the [dashboard examples gallery](https://vizro.mckinsey.com/) to see the dashboards in action.
Visit the **[dashboard examples gallery](https://vizro.mckinsey.com/)** to see the dashboards in action.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_dashboard_examples.png">

##

### [Vizro-AI](https://vizro.readthedocs.io/projects/vizro-ai)
### Vizro-AI

**Use LLMs to generate charts and dashboards.**

Vizro-AI is a separate package (called `vizro_ai`) that extends Vizro to incorporate LLMs. Use it to build interactive Vizro charts and dashboards, by simply describing what you need in plain English or other languages.

Visit the [Vizro-AI documentation](https://vizro.readthedocs.io/projects/vizro-ai/) for more details.
Visit the **[Vizro-AI documentation](https://vizro.readthedocs.io/projects/vizro-ai/)** for more details.

<img width="600" src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/toolkit_vizro_ai.gif">

Expand Down

0 comments on commit 2d4a4e9

Please sign in to comment.