We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81293d commit b8537f0Copy full SHA for b8537f0
examples/Picker.ipynb
@@ -224,7 +224,7 @@
224
"scene.add(hover_point)\n",
225
"\n",
226
"# Have sphere follow picker point:\n",
227
- "jslink((hover_point, 'position'), (hover_picker, 'point'))"
+ "jslink((hover_point, 'position'), (hover_picker, 'point'));"
228
]
229
},
230
{
@@ -254,7 +254,7 @@
254
"cell_type": "markdown",
255
"metadata": {},
256
"source": [
257
- "Next, we set up a picker for when the user double clikcs on the surface. This should trigger the execution and visualization of the alogrithm."
+ "Finally, we set up a picker for when the user double clikcs on the surface. This should trigger the execution and visualization of the alogrithm."
258
259
260
0 commit comments