Install it on jupyterhub #977
-
Hello I'm running jupyterhub on a gcp VM. I followed these steps https://tljh.jupyter.org/en/latest/install/google.html to install jupyterhub Now I'm trying to install jupyterlab-git but I can't successfully complete this task. After I run the command and reload the browser an alert appear saying:
Can yo help me? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey @amasanelli
|
Beta Was this translation helpful? Give feedback.
-
I found the solution! I installed it running Now it's working! Thanks |
Beta Was this translation helpful? Give feedback.
-
Don't worry those small diff are hard to catch 😉 |
Beta Was this translation helpful? Give feedback.
I found the solution!
I installed it running
sudo pip install --upgrade jupyterlab-git
on the jupyterlab terminal and then I restarted the server using the jupyterhub control panel.Now it's working!
Thanks