-1

I have an issue with running the blocks on Jupyter notebook, without interrupting them first.

I run the code it shows that it is Stuck on In [*], But, if I interrupt the kernel and run it again it works. This happens every single time in every single code.

I have tried the solutions in this link as well Jupyter notebook not running code. Stuck on In [*]stuck in [*] until interrupted and run again

EdChum
  • 376,765
  • 198
  • 813
  • 562

1 Answers1

0

This happens when the same program running again and again then it goes to an infinite loop in a kernel or generally it because of the fault of the threaded system, if put 4 to 5 calls concurrently then it goes to stuck situation. It can be solved just go through the dashboard bar of jupyter on topmost here u find kernel click on that and then from there click on interrupt. Then problem resolved.

  • In my case, the problem is resolved but then start again. Any advice on this continuous problem? – Zeca Feb 04 '23 at 16:56