pytroll / pytroll-examples

Collection of examples for pytroll satellite data processing
GNU General Public License v3.0
76 stars 34 forks source link

Refactor binder environment using nbgitpuller #23

Open djhoese opened 4 years ago

djhoese commented 4 years ago

See https://discourse.jupyter.org/t/tip-embed-custom-github-content-in-a-binder-link-with-nbgitpuller/922

Basically the pytroll-examples would become the "content" repository and we'd have a separate one that acts as the "environment" repository. The README in pytroll-examples would only need to point to the right URL. The nice thing about this is that any new tutorials or changes to this repository won't require rebuilding the binderhub image; only changes to the environment repository will do that.