I’ve recently set up a Z2JH instance internally and enabled shared storage for JupyterHub users. This means they have a common folder then can drop notebooks in and then use in their current pod. What this doesn’t solve is sharing to external customers (Managers, Product, Sales, etc). I’m beginning to research and collect ideas but was curious how other people are solving this? To give some context, we are looking for something where we can share static (or perhaps minimally interactive) notebooks, while still enforcing authentication (this is why nbviewer doesn’t look promising at the moment). I’ve also been looking into Binder but given the same concerns about authentication, I’m not sure how I would structure the git backend as we don’t have public repos.
I’d be really interested to hear peoples input on this!
Cheers,
Josiah
EDIT: Also, if this is the wrong category to post this under, let me know!