Im unable to check my codes in virtual assignments which says check your code

**virtual assignment

I am unable to check the check which says:
**
Test your code!

test_your_code.exercise_1a(book_title, author, year_published, available_copies)

im unable to edit the above code and when I run It - it says error

coursera platform

Hi @dev0 ,

All the test cells are frozen, restricting learners from editing. What you need to do is to run the cell by hitting “shift + return” key, or the “run” tab on the menu bar at the top of the notebook.

Every time you open a notebook, you must run all of the cells starting from the top. That’s how the assets (like the “test_your_code” module) are imported.