You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our use case is for introductory astronomy students to run notebooks. I would prefer execution be automatic (via the JupyterHub extension appmode), but will accept it might not be. I currently have created a TLJH user who can log in without a password. In that account, I have made all the notebook files read-only and owned by another user, so that students can’t change the files. This allows me to pass the students a link that automatically executes the notebooks in ‘appmode’ and thus requires rather minimal preparation for the students. I am not considering this ‘security’, just a means of avoiding students accidentally changing the files and causing problems for other students in the shared account.
In this scenario, can more than one person be signed in on the same account simultaneously without ill consequences? NOTE: None of the notebooks interact with the server to create files (other than pycache files and the like that are automatically created).
The text was updated successfully, but these errors were encountered:
Our use case is for introductory astronomy students to run notebooks. I would prefer execution be automatic (via the JupyterHub extension appmode), but will accept it might not be. I currently have created a TLJH user who can log in without a password. In that account, I have made all the notebook files read-only and owned by another user, so that students can’t change the files. This allows me to pass the students a link that automatically executes the notebooks in ‘appmode’ and thus requires rather minimal preparation for the students. I am not considering this ‘security’, just a means of avoiding students accidentally changing the files and causing problems for other students in the shared account.
In this scenario, can more than one person be signed in on the same account simultaneously without ill consequences? NOTE: None of the notebooks interact with the server to create files (other than pycache files and the like that are automatically created).
The text was updated successfully, but these errors were encountered: