File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ this [README](https://github.com/craigbarratt/hass-pyscript-jupyter/blob/master/
6161
6262* Add ` pyscript: ` to ` <config>/configuration.yaml ` ; pyscript has one optional
6363configuration parameter that allows any python package to be imported if set, eg:
64- ``` yaml
65- pyscript :
66- allow_all_imports : true
67- ` ` `
64+ ```yaml
65+ pyscript:
66+ allow_all_imports: true
67+ ```
6868* Create the folder ` <config>/pyscript `
6969* Add files with a suffix of ` .py ` in the folder ` <config>/pyscript ` .
7070* Restart HASS.
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ Configuration
55 one optional configuration parameter that allows any python package
66 to be imported if set, eg:
77
8- .. code :: yaml
8+ .. code :: yaml
99
10- pyscript :
11- allow_all_imports : true
10+ pyscript :
11+ allow_all_imports : true
1212
1313 - Create the folder ``<config>/pyscript ``
1414- Add files with a suffix of ``.py `` in the folder ``<config>/pyscript ``.
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ with:
1111
1212.. code :: bash
1313
14- wget https://github.com/craigbarratt/hass-pyscript-jupyter/raw/master/pyscript_tutorial.ipynb
14+ wget https://github.com/craigbarratt/hass-pyscript-jupyter/raw/master/pyscript_tutorial.ipynb
1515
1616 and open it with:
1717
1818.. code :: bash
1919
20- jupyter notebook pyscript_tutorial.ipynb
20+ jupyter notebook pyscript_tutorial.ipynb
2121
2222 You can step through each command by hitting <Shift>Enter. There are various ways to navigate and
2323run cells in Jupyter that you can read in the Jupyter documentation.
You can’t perform that action at this time.
0 commit comments