jupyterlite / xeus-python-kernel

xeus-python in JupyterLite
https://xeus-python-kernel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

Registered kernel spec name does not match the name served by jupyer-server #153

Open trungleduc opened 10 months ago

trungleduc commented 10 months ago

Description

The spec registered by the extension uses xeus-python as the kernel name, but in JupyterLab, the kernel name served by /api/kernelspecs is xpython. The mismatch makes Voici can not find the correct kernel for a notebook saved by JupyterLab

https://github.com/jupyterlite/xeus-python-kernel/blob/71e105d72819a56df9468b5b105bb38a48afbf21/src/index.ts#L30-L37

martinRenou commented 10 months ago

We should fix this 👍🏽 thanks