There was an error while loading. Please reload this page.
1 parent 463e375 commit 0b82473Copy full SHA for 0b82473
1 file changed
docs/jupyter/t_geometry/pointcloud.ipynb
@@ -14,7 +14,15 @@
14
"import open3d as o3d\n",
15
"import open3d.core as o3c\n",
16
"import numpy as np\n",
17
- "import matplotlib.pyplot as plt"
+ "import matplotlib.pyplot as plt\n",
18
+ "import os\n",
19
+ "import sys\n",
20
+ "\n",
21
+ "# Only needed for the tutorial: monkey-patch visualization.\n",
22
+ "sys.path.append(\"..\")\n",
23
+ "import open3d_tutorial as o3dtut\n",
24
+ "# Change to True to interact with visualization windows locally.\n",
25
+ "o3dtut.interactive = not \"CI\" in os.environ"
26
]
27
},
28
{
0 commit comments