Installation from source doesn't work
See original GitHub issueHi,
I couldn’t install your extension; I followed the instructions from README, ie:
git clone repo
cd repo
pip install .
jupyter serverextension enable --py jupyterlab_git
jupyter lab
After launch, I cannot see the git tab on the left. Did I missed something?
Thanks for making such a valuable extension within jupyter lab!
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >Can't install R package from the source - Stack Overflow
In order to install source package on Windows, you need to install Rtools first which helps you compile your package.
Read more >Source Tree failing to install and run - Atlassian Community
Navigate to C:\Users\<UserName>\AppData\Local\Atlassian and delete all SourceTree Files/Folder. Download SourceTree and install it.
Read more >How to compile and install programs from source
I think it's almost better advice to try the ./configure route and go to the README if it doesn't work (i.e. missing a...
Read more >Installation from source - GitLab Docs
This is the official installation guide to set up a production GitLab server using the source files. To set up a development installation...
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
@gqoew Thx, it seems the installation failed. So, after
jupyter labextension link .
system should give some error info, Could you print out the message afterjupyter labextension link .
command?Hi @zzhangjii, that seems to have done the trick. I was able to get it working. Thank you for your help!