Mateusz Piotrowski

Results 4 issues of 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...

bug

**Describe the bug** PR #864 introduced a greedy memory-based allocation strategy that, while potentially optimizing for available memory, inadvertently disrupts the architecture-aware distribution that was previously in place. This change...