Kernal restarting

I don’t know what’s the problem, I checked the notebooks as it says but no notebooks are running!

There are several possible reasons for this behavior. It could just be that the VM you are running on is having performance issues from too heavy a load. Or it could be that you have a bug in your code that causes something like an infinite loop or recursion or the like.

The first thing to try is just to rerun the notebook from a clean start. Try this sequence:

Kernel -> Restart and Clear Output
Save
Cell -> Run All

And see what happens. Look through the output in the notebook from the beginning once it either completes or fails again and look for any error messages.

The problem is because of my code!

Thanks for your help.

2 Likes