Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in notebook readme #1852

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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