-
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
Kubeflow-JupyterLab - Jupyterlab-git is unable to recognize git folder #1314
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hi @fcollonval, Can you please look into this issue? |
Hey @Mayurji could you run jupyterlab in debug mode Could you also try a more recent version 0.30 is quite old? |
|
We upgraded to different version of jupyterlab-git plugin for instance we tried 0.44 version, 0.31 version, and the latest version as well. |
Thanks @Mayurji When running JupyterLab in debug mode, could you copy the logs when performing the broken features like cloning or changing the current file browser directory? In debug mode, the extension will report every git commands executed on the server with their inputs and outputs. With those information, we may get a chance to figure out what is going on. |
@fcollonval, We are running JupyterLab inside a docker image integrated with Kubeflow. So we do see logs on JupyterLab Notebook server as it runs as docker container while cloning the repo as follows
What you're requesting is to run jupyterlab in debug mode, which will require us to update docker image. Is my understanding correct? |
Yes this is what is needed to get more information about what is going on. |
We have setup a kubeflow environment, where we are running our JupyterLab as part of docker-image(kubeflownotebookswg/jupyter-scipy:v1.7.0). We are able to clone the repository in the JupyterLab, but when we click the git icon on JupyterLab for the cloned repo, we are unable to see branch or changes. It still shows the below message
You are not currently in a Git repository. To use Git, navigate to a local repository, initialize a repository here, or clone an existing repository.
Also looked at the Issue: #179
Modified the
--notebook-dir
, it still didn't work.FYI
while cloning the repo in jupyterlab, we see a log on notebook server as follows
E 2024-02-07 12:28:40.798 ServerApp] 500 POST /notebook/project-name/test-git-nb/git/clone?1707308919343
[E 2024-02-08 05:10:26.071 ServerApp] 500 POST /notebook/project-name/test-git-nb/git/show_top_level?1707369025823
Next, we also checked if jupyterlab_git is enabled
` Validating jupyterlab_git...
jupyterlab_git 0.30.1 OK
@jupyterlab/git v0.30.1 enabled OK (python, jupyterlab-git)
How to move forward with this issue?
The text was updated successfully, but these errors were encountered: