diff --git a/docs/source/get_started/new_project.md b/docs/source/get_started/new_project.md index de1e56b77a..c22b6b50b5 100644 --- a/docs/source/get_started/new_project.md +++ b/docs/source/get_started/new_project.md @@ -136,10 +136,6 @@ kedro run `kedro run` requires at least one pipeline with nodes. Please define a pipeline before running this command and ensure it is registred in `pipeline_registry.py`. ``` -```{note} -The first time you type a `kedro` command in a new project, you will be asked whether you wish to opt into [usage analytics](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-telemetry). Your decision is recorded in the `.telemetry` file so that subsequent calls to `kedro` in this project do not ask this question again. -``` - ## Visualise a Kedro project This section swiftly introduces project visualisation using Kedro-Viz. See the {doc}`Kedro-Viz documentation` for more detail.