On Sunday, February 11, 2018 at 8:00:46 AM UTC+9, kcrisman wrote: > > That is a great question. Sagenb (what you have found) does not serve up > Jupyter. It would be really interesting to hear from someone who knows > about Jupyterhub and whether that is a stable solution at this point. >
I don't have an experience of deploying Jupyterhub, but for experiments have installed a Jupyterhub server on a ubuntu machine. Jupyterhub is really just a hub for Jupyter notebooks. A user, after login in the login webpage, have a Jupyter notebook runnng with his(her) own account of the machine. So it is like the user login to a machine and run a Jupyter notebook in the shell and use the notebook on a web browser. 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. In other words, Jupyter notebook is designed for a scientist. That is not for a student who can misuse the power. A possible solution would be to isolate the machine as much as possible. Obviously you cannot cut the internet connection from the machine. All I could do is to put the machine to a vm. I gave up running Jupyterhub for my class, for the above and other reasons. For the security concern, it seems the old sage notebook is better suited for classes with students. -- 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.
