Skip to content

Commit 6df1e31

Browse files
committed
moved jupyter shim and tutorial to a new project https://github.com/craigbarratt/hass-pyscript-jupyter
1 parent 279c134 commit 6df1e31

File tree

7 files changed

+4
-1997
lines changed

7 files changed

+4
-1997
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ with much of HASS by looking at state variables, calling services etc, in a simi
4040
CLI](https://github.com/home-assistant-ecosystem/home-assistant-cli), althought the CLI provides
4141
status 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),
4645
which can be downlaoded and run interactively in Jupyter notebook connected to your live HASS with pyscript.
4746

4847
Pyscript 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

8483
Installing 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

jupyter/README.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

jupyter/hass_pyscript_kernel.py

Lines changed: 0 additions & 226 deletions
This file was deleted.

0 commit comments

Comments
 (0)