Skip to content

Commit 236b73f

Browse files
committed
fixed import path in basic motion notebook
1 parent 17eef76 commit 236b73f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notebooks/robot/basic_motion/basic_motion.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "code",
31-
"execution_count": 1,
31+
"execution_count": null,
3232
"metadata": {},
3333
"outputs": [],
3434
"source": [
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
"cell_type": "code",
47-
"execution_count": 2,
47+
"execution_count": null,
4848
"metadata": {},
4949
"outputs": [],
5050
"source": [
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 3,
74+
"execution_count": null,
7575
"metadata": {},
7676
"outputs": [],
7777
"source": [
@@ -94,7 +94,7 @@
9494
},
9595
{
9696
"cell_type": "code",
97-
"execution_count": 4,
97+
"execution_count": null,
9898
"metadata": {},
9999
"outputs": [],
100100
"source": [
@@ -110,7 +110,7 @@
110110
},
111111
{
112112
"cell_type": "code",
113-
"execution_count": 5,
113+
"execution_count": null,
114114
"metadata": {},
115115
"outputs": [],
116116
"source": [
@@ -458,7 +458,7 @@
458458
"metadata": {},
459459
"outputs": [],
460460
"source": [
461-
"from jetbot_robot.heartbeat import Heartbeat\n",
461+
"from jetbot import Heartbeat\n",
462462
"\n",
463463
"heartbeat = Heartbeat()\n",
464464
"\n",

0 commit comments

Comments
 (0)