-
Notifications
You must be signed in to change notification settings - Fork 319
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
Failed to load the jupyterlab-git server extension #1237
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I have the same issue. Both front and backend version is v0.41.0
|
Could you please execute JupyterLab in debug mode (CLI option |
Since I am using TLJH I don't run jupyterlab explicitly. The hub runs it
automatically. I don't know how to turn on debugging in this situation.
I might just cancel the TLJH and go with a simple bare metal jupyterlab.
…On Tue, May 2, 2023, 18:12 Frédéric Collonval ***@***.***> wrote:
Could you please execute JupyterLab in debug mode (CLI option --debug)
and provide here the server logs?
—
Reply to this email directly, view it on GitHub
<#1237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A63CWY34UZEX6CMIQBCURXDXEEP6ZANCNFSM6AAAAAAXMLCZMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm running jupyterLab from an Azure ML compute instance, which automatically opens JupyterLab. I'm not sure how to turn on debugging |
I have the same issue,but i don't know what should i do; |
have the same problem with installl extensions in jupyterhub. |
Ah, there are logs above after all. In JupyterHub the problem might be because extension was installed after the server started. No idea as to AWS SageMaker - maybe best to ask SageMaker folks? CC @JasonWeill in case if you know what the procedure for reporting issues specific to AWS SageMaker might be. |
is it problem if extension installed after server was running? |
Yes because there are no dynamic loading of extensions. So if it not there before, it will never appear.
No magic except restarting the server to reload extensions. |
I got the same error when I installed the git extension for the first time and refreshed the jupyter lab, but when I relaunch the lab there was no such issue. |
I'm using an Azure virtual machine. In jupyter lab I downloaded the git extension with:
pip install jupyterlab-git
and downloaded @jupyterlab/git from the extension manager.
After refresh I get the following error:
"Git server extension is unavailable. Please ensure you have installed the JupyterLab Git server extension by running: pip install --upgrade jupyterlab-git. To confirm that the server extension is installed, run: jupyter server extension list."
I did run
pip install --upgrade jupyterlab-git
and everything seems fine, requirements were already installed.From the output of jupyter server extension list I can correctly see the extension:
The text was updated successfully, but these errors were encountered: