When running the assignment for C2_w1, it shows all the test cases have passed, however, when I submit it says, “The notebook you provided has a syntax error that prevents it from compiling.”. Can someone help, please?
That probably means that you have some notebook cell, that has an error in it (somewhere outside the functions you had to implement). Please check every cell and make sure that you do not have cells that produce error.
For example, having a cell with code like this "test =
" (without continuation), would produce an error that stops the grader.
Cheers