jupyterlab-git: Installation from source doesn't work

Hi,

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!

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (9 by maintainers)

Most upvoted 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 after jupyter labextension link . command?