Azure Machine Learning and jupyterlab git extension not working

Carla Marques Fiadeiro 41 Reputation points
2020-07-14T08:49:11.237+00:00

Hi,

I need some help trying to understand why I can't see any GIT options (left panel and top selection drop down menu) in my Azure machine learning JupyterLab.

I did the following steps:

 jupyter labextension install @jupyterlab/git
 pip install --upgrade jupyterlab-git
 jupyter serverextension enable --py jupyterlab_git
 jupyter lab build

I've restarted my jupyterLab a couple of times, if I check the command:

 jupyter labextension list

I get that @jupyterlab/git v0,20,0 is enabled and ok.
What am I doing wrong?

Thank you in advance,
Carla

12015-issue1.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,852 questions
{count} vote

4 answers

Sort by: Most helpful
  1. Carla Marques Fiadeiro 41 Reputation points
    2020-07-14T21:32:40.103+00:00

    Hi @ramr-msft ,

    I did the steps mention in the link you gave me (https://github.com/jupyterlab/jupyterlab-git) but still I can't open the Git extension from the Git tab on the left panel because it still doesn't exists.

    You mentioned we can still manage git repositories using the command line. Do you have any useful documentation on this approach?

    Once again, thank you in advance.
    Carla

    1 person found this answer helpful.

  2. Ramr-msft 17,736 Reputation points
    2020-07-16T12:03:40.593+00:00

    @CarlaFiadeiro-3395 We have checked with the product team and As per the confirmation this extension is removed as of March-2020 releases since it has been causing perf issues with fileshare storage. We will add it back in future once we fix perf issues. Current alternative is to use git CLI.

    1 person found this answer helpful.
    0 comments No comments

  3. Carla Marques Fiadeiro 41 Reputation points
    2020-07-16T13:23:42.487+00:00

    Hi @ramr-msft ,

    Thank you a lot for the reply.
    For the moment I'll use git CLI.

    Once again thank you for the help.

    Regards,
    Carla

    1 person found this answer helpful.
    0 comments No comments

  4. Pete Fuenfhausen [MSFT] 1 Reputation point Microsoft Employee
    2020-09-03T18:17:49.423+00:00

    Carla, after you complete the steps you mentioned at the beginning of this thread, try restarting your Azure ML Compute and then open Jupyter Lab: 22515-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.