jupyterlab_templates icon indicating copy to clipboard operation
jupyterlab_templates copied to clipboard

Adding git repos to template directory

Open frankturnerv opened this issue 4 years ago • 1 comments

Feature Request

Our team uses github for compiled. It would be nice to be able to link to a repo on GitHub instead of my local machine.

frankturnerv avatar Jul 29 '20 20:07 frankturnerv

@timkpaine How you think this should be handled? via a different config list of repos like c.JupyterTemplates.git_repos = [] or or use the same template_dirs list but deetect git repos with the ".git" suffix? like

template_dirs = ["/usr/loca/share/templates", "https://github.com/jpmorganchase/jupyterlab_templates.git"]

and have a separate git template loader handle those to git clone

AndersonReyes avatar Apr 14 '21 16:04 AndersonReyes