Problem in Week 2 practice lab

Hello,

I’m doing practice lab in week 2, and although I have ran the cell to import the test code, I met this syntax error:


Anyone has any ideas how to solve it?

Thank you

Haha, I wait and rerun all the kernal again, now it worked

2 Likes

Every time you open a notebook, you must run all of the cells starting from the top of the page.

Your edits to the notebook are saved automatically, but your workspace contents are not. So you have to run all of the cells again in order to import the assets and create the workspace.

1 Like