Anyone knows how to solve it?
2 Likes
error βThere was a problem compiling the code from your notebook. Details:
expected β:β (, line 226)β
2 Likes
Hi,
Please be more specific, which exercise is this?
1 Like
Hi @Hanyue
The error indicates that you probably have some cell (maybe for your own code testing) that produces this error (for example, you might have an incomplete if
statement) anywhere in the notebook.
The tests do not have problem with that but the grader requires that ALL your cells in the notebook do not produce any error. This might be one probable cause for this.
Cheers