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...
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 ...
jupyter core : 4.7.1 jupyter-notebook : 6.2.0 qtconsole : 4.7.7 ipython : 7.20.0 ipykernel : 5.3.4 jupyter client : 6.1.7 jupyter lab : 2.2.6 nbconvert : 6.0.7 ipywidgets : 7.6.3 nbformat : 5.1.2 traitlets : 5.0.5 Is there anything I need to upgrade?
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. Traceback ...
Reproduce it via Test case for pdb hang in Jupyter notebook. Here's a screenshot: For the record and search engines, to hang your notebook: Run the following cell Do not "quit" via the pdb prompt Then run it again. def test(): import pdb; pdb.set_trace() # XXX BREAKPOINT ...