File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ event triggers. Functions can also call any service, fire events and set state v
1111Functions can sleep or wait for additional changes in state variables or events, without slowing or
1212affecting other operations. You can think of these functions as small programs that run in
1313parallel, independently of each other, and they could be active for extended periods of time.
14-
14+
15+ Pyscript also interfaces with the Jupyter front-ends (eg, notebook, console and lab). That allows
16+ you to develop and test pyscript functions, triggers, automation and logic interactively.
17+
1518## Installation
1619
1720Under HACS -> Integrations, select "+", search for ` pyscript ` and install it.
@@ -28,7 +31,8 @@ See the documentation if you want to install manually or install the latest unre
2831
2932## Useful Links
3033
31- * [ Documentation] ( https://github.com/custom-components/pyscript )
34+ * [ Documentation] ( https://github.com/custom-components/pyscript ) , [ Using Jupyter] ( https://github.com/custom-components/pyscript/tree/master/jupyter )
35+ * [ Jupyter notebook tutorial] ( https://github.com/custom-components/pyscript/blob/master/jupyter/pyscript_tutorial.ipynb )
36+ * [ GitHub repository] ( https://github.com/custom-components/pyscript ) (please add a star if you like ` pyscript ` !)
3237* [ Issues] ( https://github.com/custom-components/pyscript/issues )
3338* [ Wiki] ( https://github.com/custom-components/pyscript/wiki )
34- * [ GitHub repository] ( https://github.com/custom-components/pyscript ) (please add a star if you like ` pyscript ` !)
You can’t perform that action at this time.
0 commit comments