Open GretaVilla opened 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
I have the same issue. Both front and backend version is v0.41.0
> sudo jupyter server extension list
Config dir: /root/.jupyter
Config dir: /usr/etc/jupyter
Config dir: /usr/local/etc/jupyter
jupyter_server_fileid enabled
- Validating jupyter_server_fileid...
Package jupyter_server_fileid took 0.0014s to import
jupyter_server_fileid 0.9.0 OK
jupyter_server_mathjax enabled
- Validating jupyter_server_mathjax...
Package jupyter_server_mathjax took 0.0006s to import
jupyter_server_mathjax OK
jupyter_server_terminals enabled
- Validating jupyter_server_terminals...
Package jupyter_server_terminals took 0.0028s to import
jupyter_server_terminals 0.4.4 OK
jupyter_server_ydoc enabled
- Validating jupyter_server_ydoc...
Package jupyter_server_ydoc took 0.0142s to import
jupyter_server_ydoc 0.8.0 OK
jupyterlab enabled
- Validating jupyterlab...
Package jupyterlab took 0.0361s to import
jupyterlab 3.6.3 OK
jupyterlab_git enabled
- Validating jupyterlab_git...
Package jupyterlab_git took 0.0158s to import
jupyterlab_git 0.41.0 OK
nbclassic enabled
- Validating nbclassic...
Package nbclassic took 0.0000s to import
A `_jupyter_server_extension_points` function was not found in nbclassic. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
nbclassic 0.5.6 OK
nbdime enabled
- Validating nbdime...
Package nbdime took 0.0000s to import
nbdime 3.2.0 OK
notebook_shim enabled
- Validating notebook_shim...
Package notebook_shim took 0.0000s to import
A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
notebook_shim OK
JupyterLab v3.6.3
/usr/local/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
nbdime-jupyterlab v2.2.0 enabled OK
@jupyterlab/git v0.41.0 enabled OK (python, jupyterlab-git)
Other labextensions (built into JupyterLab)
app dir: /usr/local/share/jupyter/lab
Could you please execute JupyterLab in debug mode (CLI option --debug
) and provide here the server logs?
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 https://github.com/jupyterlab/jupyterlab-git/issues/1237#issuecomment-1531654083, 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;
I'm having this issue in AWS SageMaker. Here's the output from the debug command:
related packages in environment:
git version:
extension status:
have the same problem with installl extensions in jupyterhub. Any update?
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.
No one provided the jupyter server logs with
--debug
so for now the only thing we can say is that it is likely because the extension was installed after the server has already started.
is it problem if extension installed after server was running? Maybe could be some solution?
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.
Maybe could be some solution?
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: