I found the answer to my question by following the steps here:
Azure Machine Learning Jupyter Lab Git options
Hi,
I'm trying to setup an integration between a GITHub repository and my Jupyter Lab but I'm struggling to find the GIT options in my Jupyter Lab application.
I was expecting to see a Git clone button, a Git option on the toolbar and also the same option on the left pane but there is nothing GIT related.
I've already installed successfully the following:
pip install jupyterlab-git
pip install --upgrade python-gitlab
But nothing happens.
When I try to clone a GIT repository, I get the folders/files but then I can't interact with it. It's just copying it into my space but then I can't push/pull anything.
Can you help me on this?
Thank you,
Carla