-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupyterlab-git extension is not loading on top of jupyerlab in TLJH jupyterhub container #1233
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I have the same issue with TLJH #1237 (comment) |
@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
- Validating jupyterlab_git...
jupyterlab_git 0.37.1 OK
/usr/local/lib/python3.6/dist-packages/jupyter_server_mathjax/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 enabled
- Validating jupyter_server_mathjax...
jupyter_server_mathjax OK
jupyterlab_git enabled
- Validating jupyterlab_git...
jupyterlab_git 0.37.1 OK
nbclassic enabled
- Validating nbclassic...
nbclassic OK
nbdime enabled
- Validating nbdime...
nbdime 3.1.1 OK
Your help is much appreciated
The text was updated successfully, but these errors were encountered: