Skip to content

Commit 2579af6

Browse files
committed
Fix typos in notebook readme
1 parent 3cd534f commit 2579af6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/python/notebook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install -r requirements.txt
2525

2626
Open the notebook
2727
```
28-
jupyyter notebook cube.ipynb
28+
jupyter notebook cube.ipynb
2929
```
3030

3131
Follow along in the browser that opens.

examples/python/notebook/cube.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,16 @@
5050
"metadata": {},
5151
"outputs": [],
5252
"source": [
53-
"rr.start_web_viewer_server()"
53+
"# rr.start_web_viewer_server()"
5454
]
5555
},
5656
{
57+
"attachments": {},
5758
"cell_type": "markdown",
5859
"id": "bf894a1f",
5960
"metadata": {},
6061
"source": [
61-
"## Helper to the colored cube\n",
62+
"## Helper to create the colored cube\n",
6263
"\n",
6364
"This is the same as the color cube demo from `rerun -m rerun_demo`, but the code\n",
6465
"is repeated here for context."

0 commit comments

Comments
 (0)