-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Command Palette won't open #3074
Comments
That sounds like the translation machinery throws an error if it can't find
a translation, rather than falling back to the English string, which is
what I'd assumed it would do. @JCEmmons any ideas?
In the meantime, a workaround might be to set english (`en`) as the first
language in your browser preferences. That's obviously not a solution, but
it might get it working until the real issue is worked out.
…On 23 November 2017 at 06:29, Paul-Yuchao-Dong ***@***.***> wrote:
I am working in with current version of Jupyter notebook. And I
encountered a weird problem - the command palette won't open, even if I
click on the icon just below the menu bar.
Server Information:
You are using Jupyter notebook.
The version of the notebook server is: 5.2.1
The server is running on this version of Python:
Python 3.5.4 |Anaconda custom (64-bit)| (default, Oct 27 2017, 11:35:13)
[MSC v.1900 64 bit (AMD64)]
Current Kernel Information:
Python 3.5.4 |Anaconda custom (64-bit)| (default, Oct 27 2017, 11:35:13)
[MSC v.1900 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
The chrome console gave below error message:
[image: capture]
<https://user-images.githubusercontent.com/7532271/33160744-c6027d1a-d059-11e7-9639-b8db5971cf58.JPG>
it seems new commandpalette.CommandPalette(this) called Jed.gettext which
throw the error.
I've re-installed jupyter, but the problem persists.
Appreciate any help!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3074>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUA9VvpAW2-oiOeb_ymit-7acNp0uY6ks5s5RDBgaJpZM4QoUQh>
.
|
It should always fall back to the English if it can't find the
translation.
Regards,
John C. Emmons
Globalization Architect & Unicode CLDR TC Vice Chairman
IBM Globalization Team
e-mail: [email protected]
From: Thomas Kluyver <[email protected]>
To: jupyter/notebook <[email protected]>
Cc: John Emmons <[email protected]>, Mention
<[email protected]>
Date: 11/23/2017 04:35 AM
Subject: Re: [jupyter/notebook] Command Palette won't open (#3074)
That sounds like the translation machinery throws an error if it can't
find
a translation, rather than falling back to the English string, which is
what I'd assumed it would do. @JCEmmons any ideas?
In the meantime, a workaround might be to set english (`en`) as the first
language in your browser preferences. That's obviously not a solution, but
it might get it working until the real issue is worked out.
On 23 November 2017 at 06:29, Paul-Yuchao-Dong ***@***.***> wrote:
I am working in with current version of Jupyter notebook. And I
encountered a weird problem - the command palette won't open, even if I
click on the icon just below the menu bar.
Server Information:
You are using Jupyter notebook.
The version of the notebook server is: 5.2.1
The server is running on this version of Python:
Python 3.5.4 |Anaconda custom (64-bit)| (default, Oct 27 2017, 11:35:13)
[MSC v.1900 64 bit (AMD64)]
Current Kernel Information:
Python 3.5.4 |Anaconda custom (64-bit)| (default, Oct 27 2017, 11:35:13)
[MSC v.1900 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
The chrome console gave below error message:
[image: capture]
<
it seems new commandpalette.CommandPalette(this) called Jed.gettext
which
throw the error.
I've re-installed jupyter, but the problem persists.
Appreciate any help!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3074>, or mute the thread
<
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Any ideas why it might be failing? Or how to debug it? The error shown is definitely coming from Jed. |
Having the same problem here, on both Chrome and Safari. I work remotely on a notebook that runs on a server. Most other keys are fine, but no matter what I try I can't get the command palette show up. Not even a sign. I tried remapping Any help will be appreciated. |
Do you see the same error in the Javascript console? |
@takluyver yep, exact the same. |
@JCEmmons do you have time to investigate this further? It's definitely coming from the translation machinery, and you're most familiar with that. |
Just to provide more information: my Jupyter runs on a Ubuntu server and I remotly access it on my mac. I am wondering if it is an operating system discrepancy problem. |
There may be some discrepancies in the UI: parts of the translations are loaded depending on the environment variables on the server, and parts depending on the language you set in the browser preferences. But they shouldn't cause an issue like this. |
Unfortunately I'm swamped with other work through the end of the year.
Regards,
John C. Emmons
Globalization Architect & Unicode CLDR TC Vice Chairman
IBM Globalization Team
e-mail: [email protected]
From: Thomas Kluyver <[email protected]>
To: jupyter/notebook <[email protected]>
Cc: John Emmons <[email protected]>, Mention
<[email protected]>
Date: 12/08/2017 05:02 AM
Subject: Re: [jupyter/notebook] Command Palette won't open (#3074)
@JCEmmons do you have time to investigate this further? It's definitely
coming from the translation machinery, and you're most familiar with that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think I've worked it out - hopefully #3122 will fix it. |
I am working in with current version of Jupyter notebook. And I encountered a weird problem - the command palette won't open, even if I click on the icon just below the menu bar.
The chrome console gave below error message:
![capture](https://user-images.githubusercontent.com/7532271/33160744-c6027d1a-d059-11e7-9639-b8db5971cf58.JPG)
it seems
new commandpalette.CommandPalette(this)
called Jed.gettext which throw the error.I've re-installed jupyter, but the problem persists.
Appreciate any help!
The text was updated successfully, but these errors were encountered: