jupyter notebook multi users ?
Hello,
I used to use notebook sagenb for teaching purposes. Each student had a login and password to work on the same server. I ran into several internal server errors 500 using it. so I though since it seems that jupyter notebook is more recommended I should try and switch to it. However, I am concerned because I am not sure it allows the same type of multi-users server. Hint from jupyter notebook login page that points to https://jupyter-notebook.readthedocs.... tell me that it might not. So the questions are:
1/ with "sage -n jupyter --ip='*'" is it possible to have 16 or so students connecting to the same server and working on similar worksheets (as it seemed to work rather smoothly for sagenb)?
2/ if not, is there another way to have sage use jupyter notebook for multi users?
3/ if not, is an install of jupyterhub or sagemathcloud reasonnable with no particular sysadmin skill?
4/ if not is there anything else I should try?
5/ if not, do some of you have experience of sagenb under sage 8.3 usability?
Installing sagemath on all computers is not an option for me at the moment.
Best regards,
b PS : my sagemath on a debian 9 server compiled from source (I used to use debian packages but though it might work more smoothly with install from source)