A error message

what does this mean and how do I fix it? NameError: name ‘test_your_code’ is not defined

Hi @amadison,

Are you getting this error within the notebook ? If so, please run all of the cells of the notebook in sequential order from top to bottom. Make sure you don’t miss any cell in between and that you are running the very first cell of the notebook which is:

import test_your_code

If you are getting this error when you submit your notebook for grading, let me know.

Best,
Mubsi

1 Like

Also, do not add “import test_your_code” to any other cells in the notebook.

1 Like