0.45.14 breaks pixi env compatibility in Jupyter notebooks

As of v.0.45.14, I’m no longer able to run Jupyter notebooks with pixi environments. When you attempt to execute a cell with the environment (if indeed Jupyter even sees the environment, which it often does not), a popup appears saying “Running cells with requires the ipykernel and pip package”. However, these are installed in the kernel environment, so the popup itself is a bug. Clicking “install” on this popup generates another popup saying that no pip installer is available in the environment. So, its looking for pip to install pip. The presence or absence of pip should be irrelevant to a pixi environment.

None of this was occurring prior to 0.45.14.