From 119185745b64fb8a489416f6a090583cc65b8b04 Mon Sep 17 00:00:00 2001 From: Mauricio Bonani Date: Tue, 1 Oct 2019 05:28:20 -0400 Subject: [PATCH] Fix notebook link (#10520) --- source/_docs/ecosystem/notebooks/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/notebooks/installation.markdown b/source/_docs/ecosystem/notebooks/installation.markdown index 4bce5e70632..08600ada88d 100644 --- a/source/_docs/ecosystem/notebooks/installation.markdown +++ b/source/_docs/ecosystem/notebooks/installation.markdown @@ -39,7 +39,7 @@ You will get an empty notebook with one cell. Cells can contain code or text. To

-The downloadable version of this notebook is available in the [Home Assistant notebooks repository](https://github.com/home-assistant/home-assistant-notebooks/blob/master/first-notebook.ipynb). +The downloadable version of this notebook is available in the [Home Assistant notebooks repository](https://github.com/home-assistant/home-assistant-notebooks/blob/master/other/first-notebook.ipynb). As you can see is the Jupyter notebook workflow is very similar to working directly with a Python shell. One advantage of notebooks is that you can go back and forth between cells as you please and save your work.