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 14a3655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.
2 changes: 1 addition & 1 deletion examples/python/notebook/cube.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"metadata": {},
"outputs": [],
"source": [
"rr.start_web_viewer_server()"
"# rr.start_web_viewer_server()"
]
},
{
Expand Down

0 comments on commit 14a3655

Please sign in to comment.