Here is how to reproduce it:
pixi init
pixi add xeus-python jupyterlab
pixi run jupyter lab
- Then create a jupyter notebook using kernel XPython
- Run a single cell with content:
from comm import Comm
comm = Comm(target_name="test2")
The result is a kernel crash. I'm on linux.