@@ -40,9 +40,8 @@ with much of HASS by looking at state variables, calling services etc, in a simi
4040CLI] ( https://github.com/home-assistant-ecosystem/home-assistant-cli ) , althought the CLI provides
4141status on many other parts of HASS.
4242
43- For more information about the Jupyter kernel, see the [ README] ( https://github.com/custom-components/pyscript/tree/master/jupyter )
44- in the jupyter directory.
45- There is also a [ Jupyter notebook tutorial] ( https://github.com/custom-components/pyscript/blob/master/jupyter/pyscript_tutorial.ipynb ) ,
43+ For more information about the Jupyter kernel, see the [ README] ( https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/README.md ) .
44+ There is also a [ Jupyter notebook tutorial] ( https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb ) ,
4645which can be downlaoded and run interactively in Jupyter notebook connected to your live HASS with pyscript.
4746
4847Pyscript provides functionality that complements the existing automations, templates and triggers.
@@ -82,7 +81,7 @@ cp -pr pyscript/custom_components/pyscript YOUR_HASS_CONFIG_DIRECTORY/custom_com
8281### Install Jupyter Kernel
8382
8483Installing the pyscript Jupyter kernel is optional. The steps to install and use it are in
85- this [ README] ( https://github.com/custom-components/ pyscript/tree /master/jupyter ) .
84+ this [ README] ( https://github.com/craigbarratt/hass- pyscript-jupyter/blob /master/README.md ) .
8685
8786## Configuration
8887
@@ -774,7 +773,7 @@ applications you develop.
774773* [Issues](https://github.com/custom-components/pyscript/issues)
775774* [Wiki](https://github.com/custom-components/pyscript/wiki)
776775* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like `pyscript`!)
777- * [Jupyter notebook tutorial](https://github.com/custom-components/ pyscript/blob/master/jupyter /pyscript_tutorial.ipynb)
776+ * [Jupyter notebook tutorial](https://github.com/craigbarratt/hass- pyscript-jupyter /blob/master/pyscript_tutorial.ipynb)
778777
779778# # Copyright
780779
0 commit comments