I am trying to run a program on jupyter notebook on the jetson nano and I am getting the following error for this line import statement
ModuleNotFoundError Traceback (most recent call last)
in
10 import ipywidgets.widgets as widgets
11 from IPython.display import display
—> 12 from jetbot import Camera, bgr8_to_jpeg
13
14 width_val = 94;
ModuleNotFoundError: No module named ‘jetbot’
How do I resolve this issue?