From 45b9aecbfd72dc18149c229686c6710744696e80 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Wed, 21 Aug 2024 12:56:58 +0200 Subject: [PATCH] Small tutorial improvement --- vizro-core/docs/pages/tutorials/first-dashboard.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vizro-core/docs/pages/tutorials/first-dashboard.md b/vizro-core/docs/pages/tutorials/first-dashboard.md index 54a43617f..76006cc7c 100644 --- a/vizro-core/docs/pages/tutorials/first-dashboard.md +++ b/vizro-core/docs/pages/tutorials/first-dashboard.md @@ -2,9 +2,9 @@ There is no setup needed for your first dashboard, thanks to the amazing [Py.Cafe](https://py.cafe/). -Follow the [Edit live on Py.Cafe](https://py.cafe/vizro./vizro-iris-analysis-0) link below the dashboard to see the code and experiment with it. +Follow the [Edit live on Py.Cafe](https://py.cafe/vizro./vizro-iris-analysis-0) link and you can see the code of the below dashboard and experiment with it. - + ## Can I break your code? @@ -14,7 +14,7 @@ When you click the link to "Edit live on Py.Cafe" the dashboard is running insid ## How can I make my own dashboards? -You can use [Py.Cafe](https://py.cafe/) to experiment with your own Vizro dashboards by dropping code onto a new project. +You can use [Py.Cafe](https://py.cafe/snippet/vizro/v1) to experiment with your own Vizro dashboards by dropping code onto a new project. If you need inspiration or a starting point, we make all our examples available for you to try out on Py.Cafe. Throughout our documentation, follow the "**Run and edit this code in Py.Cafe**" link below the code snippets to open them in Py.Cafe.