-
Notifications
You must be signed in to change notification settings - Fork 11
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
Uncaught TypeError results in empty launcher #45
Comments
Thanks @jans-code for reaching out. I think we are hit by German localization. Could you try quickly if using JupyterLab without the german translation solves the bug? |
oh indeed @fcollonval the extension works fine with defaulting back to english. |
Would you be willing to open a PR to fix the bug? I can provide pointers. |
i would be willing, those have to be good pointers though :) |
To fix this, we need to translate all constant categories in the code.
jlab-enhanced-launcher/src/launcher.tsx Line 243 in 5ca9e09
|
Okay, I'll take a look at it later today and if any trouble comes up I will post here. |
So I've played around with this, made the suggested changes and at least I did not break the extension, but when using german I still get the same error. The trouble comes from the 'Console' category alone (for german local at least) and when I hardcode the german 'Konsole' in there it works. So i guess there is something wrong with that translator object and it just falls back to that NullTranslator permanently? |
Description
I am having some trouble getting the enhanced launcher to work.
After installation via pip my launcher is just empty and I get error messages on browser console.
I got a lot of kernels, maybe that is the problem?
I'd really like to use this promising enhancement, but I am having trouble getting my grip around this problem.
Reproduce
Permanently when opening/viewing a launcher tab.
Expected behavior
The enhanced launcher should be visible.
Context
Command Line Output
Web Browser Output
Thank you for your time!
The text was updated successfully, but these errors were encountered: