jupyterhub / nbgitpuller

Jupyter server extension to sync a git repository one-way to a local path
https://nbgitpuller.readthedocs.io
BSD 3-Clause "New" or "Revised" License
208 stars 85 forks source link

Add 'voila' & shiny to list of applications you can open in #160

Open yuvipanda opened 3 years ago

yuvipanda commented 3 years ago

Proposed change

nbgitpuller.link allows explicitly choosing Lab / Notebook / RStudio by default. We should add voila & shiny to this list.

Alternative options

Continue having users generate the link manually, since you can still specify it in the URL directly.

Who would use this feature?

People sharing dashboards!

yuvipanda commented 3 years ago

Ref #165 for shiny support.

Voila uses '/tree' for directories & '/render' for notebooks. Fixing that would help here.