-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyterlab-sos depends on display name of kernel #76
Comments
The problem has been partially resolved. More specifically, jupyterlab-sos can now handles non-SoS displayed name, but the kernel name has to be sos for jupyterlab-sos to recognize the sos kernel. That is to say,
Ideally, jupyterlab-sos should recognize the kernel by “language”, not by kernel name or displayed name. Unfortunately, jupyterlab does not know the “language” information when the kernel is started so jupyterlab-sos has to guess the language either from kernel_name or display name. I will keep the ticket open and see if there can be a better solution. |
Listening to promise |
Fix loading sos when kernel display name is not SoS #76
kernel-dropdown is not displayed for sos kernels with a different display name.
The text was updated successfully, but these errors were encountered: