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
For a multi-user setup, if JupyterHub is run under an account with raised privileges then the Hub can spawn a UIS for the authenticated user.
However, JupyterHub does not allow one user to spawn another user's UIS, largely because Jupyter Server is a single-user application, however, the UIS is a multi-user application and this functionality would be highly desirable for us.
We should investigate whether this limitation can be overcome, start points:
Existing configurations.
Admin functionality.
JupyterHub services (these can stop servers, they should be able to start them too).
For a multi-user setup, if JupyterHub is run under an account with raised privileges then the Hub can spawn a UIS for the authenticated user.
However, JupyterHub does not allow one user to spawn another user's UIS, largely because Jupyter Server is a single-user application, however, the UIS is a multi-user application and this functionality would be highly desirable for us.
We should investigate whether this limitation can be overcome, start points:
See also #171 (comment)
The text was updated successfully, but these errors were encountered: