On Sunday, February 11, 2018 at 2:20:59 AM UTC+1, Kwankyu wrote: > > For me, a big concern of running Jupyterhub on my machine is security. If > you give an id and passwd to a user (say a student), then (s)he can > whatever you can do on a linux machine with internet connection. There is > not much you can do for this issue as, I think, an objective of Jupyter > notebook design is to give the legitimate user the full computing power and > resources available. >
Same for SageNB, except that jupyterhub at least separates each user in a separate unix account whereas SageNB runs everyone under the same unix account. If you don't want to hand out full unix shell accounts (implicitly or explictily) then you need to containerize it, e.g. https://github.com/jupyterhub/jupyterhub-deploy-docker should be easy enough. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
