Jupyterlab-git in Jupyter Hub

If I am not mistaken, then you have to install beta version of jupyterlab-git. JupyterLab3 isn’t yet fully compatible with the latest version of git extension as mentioned in this issue.
Try installing with
pip install --upgrade --pre jupyterlab-git

1 Like