Skip to content

Commit 992c773

Browse files
Fix redundancy and improve clarity in notebook 03
Co-authored-by: liammcalpineduckietown <[email protected]>
1 parent 23d98cb commit 992c773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/03-Braitenberg/braitenberg03.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"cell_type": "markdown",
7070
"metadata": {},
7171
"source": [
72-
"Let's visualize what the functions above are doing. As we said, the defaults do not make much sense, so now we won't see anything interesting. But as you go and change the functions, then you will see more interesting results. You can come back to this notebook as you fine-tune your solution to see the updates. We'll start with the duckie image once again.\n\n**Note: you might need to reload the kernel for the notebook to detect the changes you make.**"
72+
"Let's visualize what the functions above are doing. As we said, the defaults do not make much sense, so now we won't see anything interesting. But as you go and change the functions, you will see more interesting results. You can come back to this notebook as you fine-tune your solution to see the updates. We'll start with the duckie image once again.\n\n**Note: you might need to reload the kernel for the notebook to detect the changes you make.**"
7373
]
7474
},
7575
{
@@ -92,7 +92,7 @@
9292
"collapsed": false
9393
},
9494
"source": [
95-
"The `shape` that was just printed above will be useful to you when you edit [connections.py](../../packages/solution/connections.py) as well as the visualizations of the motor matrices below."
95+
"The `shape` that was just printed above will be useful to you when you edit [connections.py](../../packages/solution/connections.py) and for the visualizations of the motor matrices below."
9696
]
9797
},
9898
{

0 commit comments

Comments
 (0)