question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jupyterlab-git not found

See original GitHub issue

Internal Error: Fail to get the server root path. Error: Git server extension is unavailable. Please ensure you have installed the JupyterLab Git server extension by running: pip install --upgrade jupyterlab-git. To confirm that the server extension is installed, run: jupyter serverextension list

conda install -c conda-forge jupyterlab-git
Collecting package metadata (current_repodata.json): done
Solving environment: done

# All requested packages already installed.

Also this command does not change anything:

 pip install --upgrade jupyterlab-git

Using jupyterlab 1.2.6.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
sorenwackercommented, Apr 8, 2020

I also had to install jupyter_nbextensions_configurator with

conda install -c conda-forge jupyter_nbextensions_configurator
0reactions
fcollonvalcommented, Sep 17, 2021

@ajila-123 please open a new issue and provide the required information (which OS, which JupyterLab version, which git version, which jupyterlab-git version, which package manager).

Read more comments on GitHub >

github_iconTop Results From Across the Web

jupyterlab-git extension cannot be found - Stack Overflow
I have installed Git to use it with Git Bash only, so the PATH was not available for the jupyterlab-git extension to find....
Read more >
jupyterlab-git - PyPI
A JupyterLab extension for version control using git. ... If they do not match or one is missing, please reinstall the package. the...
Read more >
JupyterLab Git Extension - Oracle Blogs
Let's walk you through how we can commit changes to the repository: If you have not already done so, create a git repository...
Read more >
How do I work with a git-versioned project in Jupyter Lab?
There are two ways to work with git projects in Jupyter Lab. You may either use the git extension for Jupyter Lab for...
Read more >
Setting up Git extension for JupyterLab - REDCAR - GitBook
If this option is not available, you may need to upgrade your JupyterLab version. You can open Conda Navigator and click the gear...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found