From b8537f0d11b3a9c6cad4c7eb6227b6e0b2efe6ef Mon Sep 17 00:00:00 2001 From: Vidar Tonaas Fauske <510760+vidartf@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:25:17 +0100 Subject: [PATCH] Tweak example --- examples/Picker.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Picker.ipynb b/examples/Picker.ipynb index bc85ddd0..0c8f063c 100644 --- a/examples/Picker.ipynb +++ b/examples/Picker.ipynb @@ -224,7 +224,7 @@ "scene.add(hover_point)\n", "\n", "# Have sphere follow picker point:\n", - "jslink((hover_point, 'position'), (hover_picker, 'point'))" + "jslink((hover_point, 'position'), (hover_picker, 'point'));" ] }, { @@ -254,7 +254,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "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." ] }, {