Open gmouawad opened 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.
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:
I have the same issue with TLJH https://github.com/jupyterlab/jupyterlab-git/issues/1237#issuecomment-1529019017
@HananInfiniGrow I opened a discussion on the jupyter community and my issue isn't fixed yet
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.
I have the same issue,but i don't know what should i do;
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?
Same problem here as well, looking for guidance.
Has anybody been able to fix this?
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:
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. Use
i18n()` instead. help=("""The MathJax.js configuration file that is to be used."""), Config dir: /usr/local/etc/jupyter jupyter_server_mathjax enabledYour help is much appreciated