Does anyone have experience or info about how the jupyterlab-git
extension can be deployed for jupyterlab running under kubernetes, e.g.
deployed using
https://z2jh.jupyter.org/en/latest/index.html. All I see at
https://github.com/jupyterlab/jupyterlab-git
seems related to deploying the extension on your developer workstation. I would like to e.g. configure jupyterhub to include the jupyterlab-git extension through the z2jh helm chart used to deploy jupyterlab.
For Acumos (a LF Deep Learning community project) we are working
to deploy jupyterlab as part of the Acumos platform, and are looking at
deploying a local git server also as a backend service for storage and version control. Any
input/pointers to how we can integrated such a git server with jupyterlab single-user containers via the jupyterlab-git extension, or where more info can be found,
would be very appreciated.