From d70b0251b45d75e5c697b6bde9e523ed14b74482 Mon Sep 17 00:00:00 2001 From: nadijagraca Date: Wed, 20 Nov 2024 13:43:46 +0100 Subject: [PATCH] addressing pr comments --- .../docs/pages/user-guides/run-vizro-ai-dashboard.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vizro-ai/docs/pages/user-guides/run-vizro-ai-dashboard.md b/vizro-ai/docs/pages/user-guides/run-vizro-ai-dashboard.md index 77ae10321..ee5f973a0 100644 --- a/vizro-ai/docs/pages/user-guides/run-vizro-ai-dashboard.md +++ b/vizro-ai/docs/pages/user-guides/run-vizro-ai-dashboard.md @@ -121,12 +121,12 @@ Like the `VizroAI.plot` method, in order to produce more comprehensive output we ) ``` -To use the above code, you will still need to add three simple steps. -1. Import your data into the Python environment. -2. Uncomment data manager instance and map the imported data. See Vizro guide on [connecting dashboard to data](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/). -3. Add following code snippet at the end of the file `Vizro().build(dashboard).run()` to launch the dashboard. +To use the above code, you will still need to add three simple steps: +- Import your data into the Python environment. +- Uncomment the data manager instance and map the imported data. See the Vizro guide on [connecting dashboard to data](https://vizro.readthedocs.io/en/stable/pages/user-guides/data/). +- Add following code snippet at the end of the file `Vizro().build(dashboard).run()` to launch the dashboard. -Detailed guidance is provided in [dashboard generation tutorial](https://vizro.readthedocs.io/projects/vizro-ai/en/vizro-ai-0.3.2/pages/tutorials/quickstart/) +Detailed guidance is provided in [dashboard generation tutorial](Detailed guidance is provided in [dashboard generation tutorial](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/tutorials/quickstart/)) ## Available Vizro components