jupyterlab / jupyterlab-git

A Git extension for JupyterLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Compatability with jupyter-collaboration-extension

wuerfelfreak opened this issue · comments

Description

jupyterlab-git does not seem to work in combination with the jupyter-collaboration-extension.
It says in the git-tab: RTC: is not a Git repository. To use Git, navigate to a local repository, initialize a repository here, or clone an existing repository. despite there being a repo in the current directory.

image

The problem seems to have to do with the fact that jupyter-collaboration-extension prepends RTC: to the tree path.

Reproduce

  1. Install jupyter-lab 4.0.5
  2. pip install jupyter-collaboration
  3. pip install --pre jupyterlab-git==0.50.0a1
  4. clone any repository
  5. enter that repository
  6. see the git tab

Expected behavior

Should recognize the repository.

Context

  • Python package version
    jupyterlab-git==0.50.0a1
    jupyter_collaboration==1.1.0
    jupyter-lab==4.0.5
  • Extension version:
    jupyterlab-git==0.50.0a1
    jupyter_collaboration==1.1.0
    jupyter-lab==4.0.5
  • Git version:
    git version 2.39.2
  • Operating System and its version:
    docker python:3.11.5

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

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.
welcome
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! 👋

Welcome to the Jupyter community! 🎉

Thanks @wuerfelfreak

This is a duplicate of #1282; for information I just released 0.50.0a2 that has the fix for it.