diff --git a/docs/source/experiment_tracking.md b/docs/source/experiment_tracking.md index 854587496f..97603a6808 100644 --- a/docs/source/experiment_tracking.md +++ b/docs/source/experiment_tracking.md @@ -57,7 +57,7 @@ The example code uses a version of Kedro-Viz `>6.2.0`. Create a new project using the spaceflights starter. From the terminal run: ```bash -kedro new --starter=spaceflights +kedro new --starter=spaceflights-pandas ``` Feel free to name your project as you like, but this guide assumes the project is named `Spaceflights`. diff --git a/docs/source/kedro-viz_visualisation.md b/docs/source/kedro-viz_visualisation.md index fc7ae7b92e..dffc6f4db8 100644 --- a/docs/source/kedro-viz_visualisation.md +++ b/docs/source/kedro-viz_visualisation.md @@ -3,13 +3,17 @@ This section assumes you are familiar with the basic Kedro concepts described in the {doc}`spaceflights tutorial`. If you have not yet worked through the tutorial, you can still follow this example. -If you haven't installed Kedro {doc}`follow the documentation to get set up`. Then, in your terminal window, navigate to the folder you want to store the project. +If you haven't installed Kedro {doc}`follow the documentation to get set up`. -Generate a copy of the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): +```{important} +We recommend that you use the same version of Kedro that was most recently used to test this tutorial (0.19.0). To check the version installed, type `kedro -V` in your terminal window. +``` + +In your terminal window, navigate to the folder you want to store the project. Generate the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): ```bash -kedro new --starter=spaceflights +kedro new --starter=spaceflights-pandas ``` When prompted for a project name, you can enter anything, but we will assume `Spaceflights` throughout. diff --git a/docs/source/preview_datasets.md b/docs/source/preview_datasets.md index efe9d3863c..0f5c519de3 100644 --- a/docs/source/preview_datasets.md +++ b/docs/source/preview_datasets.md @@ -4,12 +4,17 @@ This page describes how to preview data from different datasets in a Kedro proje We use the {doc}`spaceflights tutorial` to demonstrate how to add data preview for the `customer`, `shuttle` and `reviews` datasets. Even if you have not yet worked through the tutorial, you can still follow this example; you'll need to use the Kedro starter for the spaceflights tutorial to generate a copy of the project with working code in place. -If you haven't installed Kedro {doc}`follow the documentation to get set up`. Then, in your terminal window, navigate to the folder you want to store the project. +If you haven't installed Kedro {doc}`follow the documentation to get set up`. + +```{important} +We recommend that you use the same version of Kedro that was most recently used to test this tutorial (0.19.0). To check the version installed, type `kedro -V` in your terminal window. +``` + +In your terminal window, navigate to the folder you want to store the project. Generate the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): -Generate a copy of the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): ```bash -kedro new --starter=spaceflights +kedro new --starter=spaceflights-pandas ``` When prompted for a project name, you can enter anything, but we will assume `Spaceflights` throughout. diff --git a/docs/source/share_kedro_viz.md b/docs/source/share_kedro_viz.md index 371aaa3b38..8594b3dfb6 100644 --- a/docs/source/share_kedro_viz.md +++ b/docs/source/share_kedro_viz.md @@ -6,12 +6,17 @@ Kedro-Viz sharing was introduced in version 6.6.0. This page describes how to publish Kedro-Viz so you can share it with others. It uses the {doc}`spaceflights tutorial` as an example. -If you haven't installed Kedro {doc}`follow the documentation to get set up`. In your terminal window, navigate to the folder you want to store the project. +If you haven't installed Kedro {doc}`follow the documentation to get set up`. + +```{important} +We recommend that you use the same version of Kedro that was most recently used to test this tutorial (0.19.0). To check the version installed, type `kedro -V` in your terminal window. +``` + +In your terminal window, navigate to the folder you want to store the project. Generate the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): -If you have not yet worked through the tutorial, use the [Kedro starter for spaceflights](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas) to generate the project with working code in place. Type the following in your terminal: ```bash -kedro new --starter=spaceflights +kedro new --starter=spaceflights-pandas ``` When prompted for a project name, you can enter anything, but we will assume `Spaceflights` throughout. diff --git a/docs/source/visualise_charts_with_matplotlib.md b/docs/source/visualise_charts_with_matplotlib.md index 0c2ee2731f..af69c79328 100644 --- a/docs/source/visualise_charts_with_matplotlib.md +++ b/docs/source/visualise_charts_with_matplotlib.md @@ -9,12 +9,17 @@ The MatplotlibWriter dataset converts Matplotlib objects to image files. This me We use the {doc}`spaceflights tutorial` and add a reporting pipeline. Even if you have not yet worked through the tutorial, you can still follow this example; you'll need to use the Kedro starter for the spaceflights tutorial to generate a copy of the project with working code in place. -If you haven't installed Kedro {doc}`follow the documentation to get set up`. Then, in your terminal window, navigate to the folder you want to store the project. +If you haven't installed Kedro {doc}`follow the documentation to get set up`. + +```{important} +We recommend that you use the same version of Kedro that was most recently used to test this tutorial (0.19.0). To check the version installed, type `kedro -V` in your terminal window. +``` + +In your terminal window, navigate to the folder you want to store the project. Generate the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): -Generate a copy of the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): ```bash -kedro new --starter=spaceflights +kedro new --starter=spaceflights-pandas ``` When prompted for a project name, you can enter anything, but we will assume `Spaceflights` throughout. diff --git a/docs/source/visualise_charts_with_plotly.md b/docs/source/visualise_charts_with_plotly.md index 5612d3ccb3..80f5104e60 100644 --- a/docs/source/visualise_charts_with_plotly.md +++ b/docs/source/visualise_charts_with_plotly.md @@ -4,12 +4,17 @@ This page describes how to make interactive visualisations of a Kedro project wi We use the {doc}`spaceflights tutorial` and add a reporting pipeline. Even if you have not yet worked through the tutorial, you can still follow this example; you'll need to use the Kedro starter for the spaceflights tutorial to generate a copy of the project with working code in place. -If you haven't installed Kedro {doc}`follow the documentation to get set up`. Then, in your terminal window, navigate to the folder you want to store the project. +If you haven't installed Kedro {doc}`follow the documentation to get set up`. + +```{important} +We recommend that you use the same version of Kedro that was most recently used to test this tutorial (0.19.0). To check the version installed, type `kedro -V` in your terminal window. +``` + +In your terminal window, navigate to the folder you want to store the project. Generate the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): -Generate a copy of the spaceflights tutorial project with all the code in place by using the [Kedro starter for the spaceflights tutorial](https://github.com/kedro-org/kedro-starters/tree/main/spaceflights-pandas): ```bash -kedro new --starter=spaceflights +kedro new --starter=spaceflights-pandas ``` When prompted for a project name, you can enter anything, but we will assume `Spaceflights` throughout.