From 92acdc75724951dce0e929b195be3822ff67c862 Mon Sep 17 00:00:00 2001 From: Craig Barratt <19445341+craigbarratt@users.noreply.github.com> Date: Fri, 4 Sep 2020 14:54:43 -0700 Subject: [PATCH] replace tutorial URLs with Jupyter nbviewer, since github rendering is broken --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9b7401..058b6dd 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ for suggestions. ## Tutorial -There is a Jupyter notebook [tutorial](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb) +There is a Jupyter notebook [tutorial](https://nbviewer.jupyter.org/github/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb) that covers many pyscript features. It can be downlaoded and run interactively in Jupyter notebook connected to your live HASS with pyscript. You can download the `pyscript_tutorial.ipynb` notebook using: @@ -185,7 +185,7 @@ applications you develop. * [Issues](https://github.com/craigbarratt/hass-pyscript-jupyter/issues) * [Wiki](https://github.com/craigbarratt/hass-pyscript-jupyter/wiki) * [GitHub repository](https://github.com/craigbarratt/hass-pyscript-jupyter) (please add a star if you like it!) -* [Jupyter notebook tutorial](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb) +* [Jupyter notebook tutorial](https://nbviewer.jupyter.org/github/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb) * [Pyscript](https://github.com/custom-components/pyscript) ## Copyright