-
Notifications
You must be signed in to change notification settings - Fork 297
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
Jupyter notebook failed to launch. TypeError: Cannot read property 'toLocaleLowerCase' of undefined #3732
Comments
I'm experiencing this issue as well. Running a notebook cell worked last week, so I'm guessing there was a change that is causing the issue. Update: Installed version 2018.10.1 of the python extension and 'Run cell' works. |
Looks to be a kernel spec issue. There's a kernel spec that doesn't specify language or path. |
You can enumerate your kernelspecs with 'jupyter kernelspec list'. One of the kernelspecs listed is missing the language or path in the json. We recently started forcing a kernel spec so that's the likely cause. Our code is not checking that the language element is missing, and hence the crash. |
Thanks! I checked the files and sure enough one of them didn't have language set in the json. I added it, updated the extension back to 2018.11.0 and it's working now! Much appreciated! |
This should be fixed in our insiders build |
Environment data
Expected behaviour
Run notebook cell:
Actual behaviour
N/A
Logs
Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: