Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter Notebook stuck in loading loop in VSCode

I somehow recently am not able to load my notebooks anymore in VSCode. I do not know how to solve this infinite loading problem.

Below a screenshot:

enter image description here

And another one:

enter image description here

So far Google was not able to help. Hope someone here can.

Thank you!

like image 817
Dervissss Avatar asked Sep 05 '25 03:09

Dervissss


1 Answers

This is probably related to the VSCode itself rather than jupyter or python installation. On the actual VSCode GitHub repo, few issues are still open, apparently not fixed yet. What seems to be working though, is, to try killing all VSCode processes and trying again.

ps aux | grep -i vscode | less
pkill -f vscode
like image 200
Elvin Aghammadzada Avatar answered Sep 09 '25 19:09

Elvin Aghammadzada