Fix notebook link (#10520)

This commit is contained in:
Mauricio Bonani 2019-10-01 05:28:20 -04:00 committed by Klaas Schoute
parent 2e1f83d216
commit 119185745b

View File

@ -39,7 +39,7 @@ You will get an empty notebook with one cell. Cells can contain code or text. To
<img src='{{site_root}}/images/screenshots/jupyter-notebook.png' /> <img src='{{site_root}}/images/screenshots/jupyter-notebook.png' />
</p> </p>
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. 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.