Skip to content

Commit b8635e5

Browse files
committed
added Jupyter information
1 parent f6951ff commit b8635e5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

info.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ event triggers. Functions can also call any service, fire events and set state v
1111
Functions can sleep or wait for additional changes in state variables or events, without slowing or
1212
affecting other operations. You can think of these functions as small programs that run in
1313
parallel, 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

1720
Under 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`!)

0 commit comments

Comments
 (0)