Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

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

Open
trungleduc opened this issue Sep 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@trungleduc
Copy link

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

spec: {
name: 'xeus-python',
display_name: 'Python (XPython)',
language: 'python',
argv: [],
resources: {
'logo-32x32': logo32,
'logo-64x64': logo64

@trungleduc trungleduc added the bug Something isn't working label Sep 4, 2023
@martinRenou
Copy link
Member

We should fix this 👍🏽 thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants