Skip to content

Commit d819cd3

Browse files
committed
updated a couple of comments in the Jupyter tutorial
1 parent 13fd3a0 commit d819cd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter/pyscript_tutorial.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"# Pyscript Jupyter Tutorial\n",
88
"\n",
99
"## Contents\n",
10+
"These links should work in a live Jupyter notebook, but not the Github viewer:\n",
1011
"* [The Basics](#The-Basics)\n",
1112
"* [State Variables](#State-Variables)\n",
1213
"* [Triggers](#Triggers)\n",
@@ -28,7 +29,7 @@
2829
"## The Basics\n",
2930
"When Juptyer notebook is connected to pyscript in HASS, it's similar to being connected to a regular iPython interpreter. All of pyscript's Python language features are available interactively.\n",
3031
"\n",
31-
"Assuming you have downloaded this notebook and you have [installed the pyscript Jupyter kernel](todo), you can run it interactively:\n",
32+
"Assuming you have downloaded this notebook and you have [installed the pyscript Jupyter kernel](https://github.com/custom-components/pyscript/tree/master/jupyter), you can run it interactively:\n",
3233
"```bash\n",
3334
"jupyter notebook pyscript_tutorial.ipynb\n",
3435
"```\n",

0 commit comments

Comments
 (0)