diff --git a/examples/python/notebook/README.md b/examples/python/notebook/README.md index 2ccb5d2f8ece1..c06eb6293921f 100644 --- a/examples/python/notebook/README.md +++ b/examples/python/notebook/README.md @@ -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. diff --git a/examples/python/notebook/cube.ipynb b/examples/python/notebook/cube.ipynb index 34dea7f230832..532e180197ef1 100644 --- a/examples/python/notebook/cube.ipynb +++ b/examples/python/notebook/cube.ipynb @@ -50,7 +50,7 @@ "metadata": {}, "outputs": [], "source": [ - "rr.start_web_viewer_server()" + "# rr.start_web_viewer_server()" ] }, {