Skip to content

Commit fc5a210

Browse files
committed
some markdown fixes
1 parent ba2305a commit fc5a210

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ 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 this [README](https://github.com/custom-components/pyscript/jupyter).
44-
There is also a [Jupyter notebook tutorial](https://github.com/custom-components/pyscript/jupyter/blob/master/pyscript_tutorial.ipynb),
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),
4546
which can be downlaoded and run interactively in Jupyter notebook connected to your live HASS with pyscript.
4647

4748
Pyscript provides functionality that complements the existing automations, templates and triggers.
@@ -773,7 +774,7 @@ applications you develop.
773774
* [Issues](https://github.com/custom-components/pyscript/issues)
774775
* [Wiki](https://github.com/custom-components/pyscript/wiki)
775776
* [GitHub repository](https://github.com/custom-components/pyscript) (please add a star if you like `pyscript`!)
776-
* [Jupyter notebook tutorial](https://github.com/custom-components/pyscript/jupyter/blob/master/pyscript_tutorial.ipynb)
777+
* [Jupyter notebook tutorial](https://github.com/custom-components/pyscript/blob/master/jupyter/pyscript_tutorial.ipynb)
777778

778779
## Copyright
779780

jupyter/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jupyter kernelspec list
2222
cd KERNEL_DIRECTORY
2323
mkdir pyscript
2424
cd pyscript
25+
```
2526
* Download and extract the latest `pyscript-jupyter-X.XX.zip` file from githib releases.
2627
Alternatively, you can download the current master version of the files (`kernel.json`,
2728
`hass_pyscript_kernel.py` and the two logo files) in this directory.
@@ -63,7 +64,7 @@ jupyter console --kernel=pyscript
6364

6465
## Tutorial
6566

66-
There is a Jupyter notebook [tutorial](https://github.com/custom-components/pyscript/jupyter/blob/master/pyscript_tutorial.ipynb)
67+
There is a Jupyter notebook [tutorial](https://github.com/custom-components/pyscript/blob/master/jupyter/pyscript_tutorial.ipynb)
6768
that covers many pyscript features. It can be downlaoded and run interactively in Jupyter
6869
notebook connected to your live HASS with pyscript. After you download it, run it with:
6970
```

0 commit comments

Comments
 (0)