Hi all.
I added a print('hello world')
statement on line 19 and 21 of basic_motion.pynb file (as shown in the attached image) to identify how many lines are being executed and pinpoint whether this line is executing or not. However, when I tried to run the jupyter file, its encountered with an error(as shown in second image). It seems that the changes I made to the code are not being reflected during execution.
Could you please assist me in resolving this? I’d appreciate any guidance on addressing the issue.