From cfba23f2c38e460896f2a73ed89f7c2a86b7db9a Mon Sep 17 00:00:00 2001 From: hello-jesus <141784078+hello-jesus@users.noreply.github.com> Date: Wed, 9 Aug 2023 10:15:47 -0700 Subject: [PATCH] Added a note for more information of iPython Just the same as quick start guide for RE1, added a note with more information about how to use iPython. --- getting_started/quick_start_guide_re2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/getting_started/quick_start_guide_re2.md b/getting_started/quick_start_guide_re2.md index eb3e5ae..0dbf37d 100644 --- a/getting_started/quick_start_guide_re2.md +++ b/getting_started/quick_start_guide_re2.md @@ -194,6 +194,7 @@ robot.end_of_arm.move_to('stretch_gripper',-50) robot.stow() robot.stop() ``` +!!! note If you haven't use iPython before you can copy all the code and paste it in the terminal instead of line by line! Also if you want to exit the iPython prompt write exit() ## Change Credentials