jupyterlab-git not found
See original GitHub issueInternal 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:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also had to install jupyter_nbextensions_configurator with
@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).