Skip to content

Commit 180d013

Browse files
author
Murilo Marinho
committed
[dq_all] Adding pip install in the same line.
1 parent 8c72e25 commit 180d013

7 files changed

Lines changed: 22 additions & 36 deletions

dqrobotics/lesson2/lesson_dq2_quaternion_basics.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,13 @@
3838
},
3939
{
4040
"cell_type": "code",
41-
"execution_count": 648,
41+
"execution_count": null,
4242
"metadata": {},
4343
"outputs": [],
4444
"source": [
4545
"%%capture\n",
46-
"%pip install dqrobotics\n",
47-
"%pip install dqrobotics --break-system-packages\n",
48-
"%pip install dqrobotics-pyplot\n",
49-
"%pip install dqrobotics-pyplot --break-system-packages"
46+
"%pip install dqrobotics dqrobotics-pyplot\n",
47+
"%pip install dqrobotics dqrobotics-pyplot --break-system-packages"
5048
]
5149
},
5250
{

dqrobotics/lesson3/lesson_dq3_dual_quaternion_basics_part1.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@
3939
},
4040
{
4141
"cell_type": "code",
42-
"execution_count": 186,
42+
"execution_count": null,
4343
"metadata": {},
4444
"outputs": [],
4545
"source": [
4646
"%%capture\n",
47-
"%pip install dqrobotics\n",
48-
"%pip install dqrobotics --break-system-packages\n",
49-
"%pip install dqrobotics-pyplot\n",
50-
"%pip install dqrobotics-pyplot --break-system-packages"
47+
"%pip install dqrobotics dqrobotics-pyplot\n",
48+
"%pip install dqrobotics dqrobotics-pyplot --break-system-packages"
5149
]
5250
},
5351
{

dqrobotics/lesson4/lesson_dq4_dual_quaternion_basics_part2.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@
4040
},
4141
{
4242
"cell_type": "code",
43-
"execution_count": 29,
43+
"execution_count": null,
4444
"metadata": {},
4545
"outputs": [],
4646
"source": [
4747
"%%capture\n",
48-
"%pip install dqrobotics\n",
49-
"%pip install dqrobotics --break-system-packages\n",
50-
"%pip install dqrobotics-pyplot\n",
51-
"%pip install dqrobotics-pyplot --break-system-packages"
48+
"%pip install dqrobotics dqrobotics-pyplot\n",
49+
"%pip install dqrobotics dqrobotics-pyplot --break-system-packages"
5250
]
5351
},
5452
{

dqrobotics/lesson5/lesson_dq5_robot_control_basics_part1.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@
7676
},
7777
{
7878
"cell_type": "code",
79-
"execution_count": 2,
79+
"execution_count": null,
8080
"metadata": {},
8181
"outputs": [],
8282
"source": [
8383
"%%capture\n",
84-
"%pip install dqrobotics\n",
85-
"%pip install dqrobotics --break-system-packages\n",
86-
"%pip install dqrobotics-pyplot\n",
87-
"%pip install dqrobotics-pyplot --break-system-packages"
84+
"%pip install dqrobotics dqrobotics-pyplot\n",
85+
"%pip install dqrobotics dqrobotics-pyplot --break-system-packages"
8886
]
8987
},
9088
{

dqrobotics/lesson6/lesson_dq6_robot_control_basics_part2.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@
4040
},
4141
{
4242
"cell_type": "code",
43-
"execution_count": 439,
43+
"execution_count": null,
4444
"metadata": {},
4545
"outputs": [],
4646
"source": [
4747
"%%capture\n",
48-
"%pip install dqrobotics\n",
49-
"%pip install dqrobotics --break-system-packages\n",
50-
"%pip install dqrobotics-pyplot\n",
51-
"%pip install dqrobotics-pyplot --break-system-packages"
48+
"%pip install dqrobotics dqrobotics-pyplot\n",
49+
"%pip install dqrobotics dqrobotics-pyplot --break-system-packages"
5250
]
5351
},
5452
{

dqrobotics/lesson7/lesson_dq7_robot_control_basics_part3.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@
4040
},
4141
{
4242
"cell_type": "code",
43-
"execution_count": 313,
43+
"execution_count": null,
4444
"metadata": {},
4545
"outputs": [],
4646
"source": [
4747
"%%capture\n",
48-
"%pip install dqrobotics\n",
49-
"%pip install dqrobotics --break-system-packages\n",
50-
"%pip install dqrobotics-pyplot\n",
51-
"%pip install dqrobotics-pyplot --break-system-packages"
48+
"%pip install dqrobotics dqrobotics-pyplot\n",
49+
"%pip install dqrobotics dqrobotics-pyplot --break-system-packages"
5250
]
5351
},
5452
{

dqrobotics/lesson8/lesson_dq8_optimization_based_robot_control.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,18 @@
4040
},
4141
{
4242
"cell_type": "code",
43-
"execution_count": 2,
43+
"execution_count": null,
4444
"metadata": {},
4545
"outputs": [],
4646
"source": [
4747
"%%capture\n",
48-
"%pip install dqrobotics quadprog\n",
49-
"%pip install dqrobotics quadprog --break-system-packages\n",
50-
"%pip install dqrobotics-pyplot\n",
51-
"%pip install dqrobotics-pyplot --break-system-packages"
48+
"%pip install dqrobotics quadprog dqrobotics-pyplot\n",
49+
"%pip install dqrobotics quadprog dqrobotics-pyplot --break-system-packages"
5250
]
5351
},
5452
{
5553
"cell_type": "code",
56-
"execution_count": 3,
54+
"execution_count": null,
5755
"metadata": {},
5856
"outputs": [],
5957
"source": [

0 commit comments

Comments
 (0)