From 4cec06e3102fb9ab8e6e6d500574a372ae2e6409 Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Wed, 7 Aug 2024 15:20:52 +0100 Subject: [PATCH] Update first-dashboard.md --- vizro-core/docs/pages/tutorials/first-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/docs/pages/tutorials/first-dashboard.md b/vizro-core/docs/pages/tutorials/first-dashboard.md index 3a77ee0a9..3b1fbd8e0 100644 --- a/vizro-core/docs/pages/tutorials/first-dashboard.md +++ b/vizro-core/docs/pages/tutorials/first-dashboard.md @@ -12,7 +12,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. -If you need inspiration or a starting point, we make all our examples available for you to try out on Py.Cafe. In the documentation, look out for the "Edit live on Py.Cafe links" below the code snippets. +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, just follow the "**Run and edit this code in Py.Cafe**" link below the code snippets to open them in Py.Cafe. ## Where next? You are now ready to explore Vizro further, by working through the ["Explore Vizro" tutorial](explore-components.md) or by consulting the [how-to guides](../user-guides/dashboard.md).