Browse Source

Modify the iPython note writing, it was not the correct way.

pull/8/head
Jesus Eduardo Rodriguez 9 months ago
committed by GitHub
parent
commit
2fb1270b2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getting_started/quick_start_guide_re2.md

+ 2
- 1
getting_started/quick_start_guide_re2.md View File

@ -194,7 +194,8 @@ 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()
!!! 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

Loading…
Cancel
Save