Jakub Dranczewski

Results 5 comments of Jakub Dranczewski

Hi all, this should be fixed in ipykernel release 6.29.3: https://github.com/ipython/ipykernel/releases/tag/v6.29.3 with the PR https://github.com/ipython/ipykernel/pull/1212

Hi @ccordoba12, my understanding is that https://github.com/ipython/ipykernel/pull/1212 only solves the kernel hanging after an exception is raised and the kernel starts aborting future requests (which doesn't actually happen in my...

I tried the current, unpatched version of IPykernel. Will do more testing over the weekend!

I've had some luck reproducing this on Windows under Qt by spamming the run button, which occasionally makes a bizarre interaction of the Tornado io_loop, the kernel's message queue, and...

This particular fix is not part of that PR yet, as it's a different issue (handling of call aborting in eventloops vs scheduling of eventloop calls), so I wasn't sure...