Course 2 Week 3 Programming Assignment Kernel dying in exercise 5

The kernel keeps dying in the 2nd part of Exercise 5 repeatedly.
Link: Coursera | Online Courses & Credentials From Top Educators. Join for Free | Coursera

I haven’t seen the Kernel dying in this exercise so far. Are you sure you didn’t add any print statements in the inner loops that go infinite? Or maybe it could be bad weather in the cloud. Try doing Kernel → Restart and Clear Output, and then Save and submit your assignment (if you completed all the exercises). The grader doesn’t need to see your outputs, only your code.

1 Like

Leading cause: Adding print statements that output too much data to the notebook console.

1 Like