Skip to content

Commit

Permalink
Fix typos in notebook readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Apr 14, 2023
1 parent 3cd534f commit 2579af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/python/notebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip install -r requirements.txt

Open the notebook
```
jupyyter notebook cube.ipynb
jupyter notebook cube.ipynb
```

Follow along in the browser that opens.
5 changes: 3 additions & 2 deletions examples/python/notebook/cube.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@
"metadata": {},
"outputs": [],
"source": [
"rr.start_web_viewer_server()"
"# rr.start_web_viewer_server()"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "bf894a1f",
"metadata": {},
"source": [
"## Helper to the colored cube\n",
"## Helper to create the colored cube\n",
"\n",
"This is the same as the color cube demo from `rerun -m rerun_demo`, but the code\n",
"is repeated here for context."
Expand Down

0 comments on commit 2579af6

Please sign in to comment.