Mateusz Piotrowski
Mateusz Piotrowski
# Description Soon... Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [...
When interrupt_mode is 'message', send interrupt_request on the control channel as specified by Jupyter protocol. This prevents the interrupt from being queued behind pending shell messages. Fixes #17143
### Applies To - [x] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? **Description** When a kernel has interrupt_mode...