I installed the Jupyter Notebook server with the corresponding password and SSL, so it is accessible via HTTPS. However, now I am looking for a way to provide two-factor authentication with a username and password for logging in. The current Jupyter Notebook server asks for a password, and so I need to create a shared one (without username).
I know about JupyterHub, but at the moment I'm looking for a way to add a username (or multiple usernames) and specify a password (passwords) so that everyone can access the same workspace without having to have credentials on Linux on the side server.
Is this possible, or do I need to resort to deploying a JupyterHub server?
source
share