Skip to content

Commit a9d1071

Browse files
committed
new location for Jupyter kernel repository
1 parent 6df1e31 commit a9d1071

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

info.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ you to develop and test pyscript functions, triggers, automation and logic inter
1919

2020
Under HACS -> Integrations, select "+", search for `pyscript` and install it.
2121

22-
See the documentation if you want to install manually or install the latest unreleased version.
22+
See the documentation if you want to install pyscript manually.
2323

2424
## Configuration
2525

@@ -28,12 +28,13 @@ See the documentation if you want to install manually or install the latest unre
2828
* Add files with a suffix of `.py` in the folder `<config>/pyscript`.
2929
* Whenever you change a script file, make a `reload` service call to `pyscript`.
3030
* Watch the HASS log for `pyscript` errors and logger output from your scripts.
31+
* Consider installing the optional Jupyter kernel, so you can use pyscript interactively.
3132

3233
## Useful Links
3334

3435
* [Documentation](https://github.com/custom-components/pyscript)
35-
* [Using Jupyter](https://github.com/custom-components/pyscript/tree/master/jupyter)
36-
* [Jupyter notebook tutorial](https://github.com/custom-components/pyscript/blob/master/jupyter/pyscript_tutorial.ipynb)
37-
* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like `pyscript`!)
36+
* [Using Jupyter](https://github.com/craigbarratt/hass-pyscript-jupyter)
37+
* [Jupyter notebook tutorial](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/pyscript_tutorial.ipynb)
38+
* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like pyscript!)
3839
* [Issues](https://github.com/custom-components/pyscript/issues)
3940
* [Wiki](https://github.com/custom-components/pyscript/wiki)

0 commit comments

Comments
 (0)