jupyterlab / jupyterlab-git

A Git extension for JupyterLab
BSD 3-Clause "New" or "Revised" License
1.45k stars 315 forks source link

jupyterlab-git extension is not loading on top of jupyerlab in TLJH jupyterhub container #1233

Open gmouawad opened 1 year ago

gmouawad commented 1 year ago

Hello,

I have a tljh jupyterhub container installed on a docker linux based.

On top of it, I have installed jupyerlab and jupyterlab-git using the below: pip install --upgrade jupyterlab jupyterlab-git

Once I open my jupyterlab from the jupyterhub link, I am getting an error that jupyterlab-git is not loaded: image

if I run jupyter server extension list on my container below is the result:

Config dir: /root/.jupyter

Config dir: /usr/etc/jupyter jupyterlab_git enabled

/usr/local/lib/python3.6/dist-packages/jupyter_servermathjax/app.py:40: FutureWarning: The alias `()will be deprecated. Usei18n()` instead. help=("""The MathJax.js configuration file that is to be used."""), Config dir: /usr/local/etc/jupyter jupyter_server_mathjax enabled

Your help is much appreciated

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

HananInfiniGrow commented 1 year ago

I have the same issue with TLJH https://github.com/jupyterlab/jupyterlab-git/issues/1237#issuecomment-1529019017

gmouawad commented 1 year ago

@HananInfiniGrow I opened a discussion on the jupyter community and my issue isn't fixed yet

fcollonval commented 10 months ago

To be able to fix this issue, we need someone to run the user JupyterLab server in debug mode and a good knowledge of TLJH to figure out why the specific endpoints are blocked.

HYBG-1126 commented 9 months ago

I have the same issue,but i don't know what should i do;

vsisl commented 9 months ago

I have the same problem - would like to install jupyterlab-git extension in TLJH. @fcollonval I am an admin user in TLJH so I should be able to run JupyterLab server in debug mode. Could you give me some guidance what should I look at?

gs-scooter commented 6 months ago

Same problem here as well, looking for guidance.

albertnieto commented 2 months ago

Has anybody been able to fix this?