I am trying to install git extension in jupyterlab but I get error as below. All server extensions are enabled but it doesn't load.
(base) [root@user01 opt]# jupyter serverextension list
config dir: /opt/anaconda3/etc/jupyter
jupyterlab enabled
- Validating...
jupyterlab 2.2.6 OK
jupyterlab_git enabled
- Validating...
jupyterlab_git 0.23.3 OK
nbdime enabled
- Validating...
nbdime 2.1.0 OK
As suggested in another page I have installed jupyter_nbextensions_configurator
but still that didn't help. I am running jupyterlab from jupyterhub on linux machine.