Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent f0cc40b commit 3b891e9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions vizro-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<img src="https://raw.githubusercontent.com/mckinsey/vizro/main/.github/images/logo_watermarks.svg" width="300">
</div>


## What is Vizro?

Vizro is an open-source Python-based toolkit.
Expand All @@ -47,7 +46,6 @@ The benefits of the Vizro toolkit include:

Visit our ["How-to guides"](https://vizro.readthedocs.io/en/stable/pages/user-guides/install/) for a more detailed explanation of Vizro features.


## Why use Vizro?

Vizro helps you to build data visualization apps that are:
Expand Down Expand Up @@ -86,46 +84,42 @@ Use Vizro when you need to combine the speed and ease of low-code Python tools,

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

**Low-code framework for building dashboards**
**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.


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

**Chart examples**
**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.

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


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

**Dashboard examples**
**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.

<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)

**LLM generated charts and dashboards**
**LLM generated 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.

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


## Installation and first steps

```console
Expand Down

0 comments on commit 3b891e9

Please sign in to comment.