danielballan / nbexamples

distribute notebooks for users to copy via a web interface
Other
69 stars 23 forks source link

Multiple locations for reviewed/unreviewed examples #2

Closed ericdill closed 9 years ago

ericdill commented 9 years ago

What are your thoughts on allowing this extension to check multiple locations for reviewed/unreviewed examples? One use case would be to have nbexamples point at some github (or gitlab) repository by default and then fall back to the local system in case it cannot access the example git repos.

danielballan commented 9 years ago

For performance reasons I think nbexamples should not try to download the repo each time. Better to aim it and one directory and update that directory regularly through other means, like a cronjob. On Tue, Nov 24, 2015 at 8:49 AM Eric Dill notifications@github.com wrote:

What are your thoughts on allowing this extension to check multiple locations for reviewed/unreviewed examples? One use case would be to have nbexamples point at some github (or gitlab) repository by default and then fall back to the local system in case it cannot access our example git repos.

— Reply to this email directly or view it on GitHub https://github.com/danielballan/nbexamples/issues/2.