It gets stuck on interrupting the kernel. Closing the file, and quittting vscode both do not fix the issue. The first cell I try to run remains stuck on pending. The only work around I could figure out was turning the running cell into markdown, running a different cell, and then ...
at a.KernelShellFutureHandler.dispose (/Users/janosh/.vscode/extensions/ms-toolsai.jupyter-2022.9.1202862440/out/node_modules/@jupyterlab/services.js:2:32353) at /Users/janosh/.vscode/extensions/ms-toolsai.jupyter-2022.9.1202862440/out/node_modules/@jupyterlab/services.js:2:26572 at Map.forEa...
not-Ian rchiodo mentioned thison Jan 15, 2021 This is still happening. I would suggest re-opening this issue. Seeing it in a NumPy-heavy tight neural network training loop on Windows 10. jupyter core : 4.7.1 jupyter-notebook : 6.2.0 qtconsole : 4.7.7 ipython : 7.20.0 ipykernel : ...
Description What steps will reproduce the problem? At the start of the program, this problem will appear in the console tab area and doesnt execute the script, but instead loops the console kernel, preventing from interrupting it. Traceb...