This section explains you how to use JupyterHub for providing multiuser environment for ipython
login to jupyter hub using ubuntu
This will log you as an ubuntu user to the jupyterhub notebook.By default Python AI and Machine Learning Kit for Production and Development comes with ubuntu user.
create new user and login with the that user.
To add new user, RDP to your VM, open terminal and enter below command.( How to RDP to VM )
sudo adduser "username"
This will create the new user. Fullsetup is copied into the home directory of new user.
login with new user
New server will spawn for this user which will have completely seperate ipython/jupyter enviroment from ubuntu user.
This is new user homepage.
This way Jupyterhub is used to create jupyter/ipython enviroment for multiple users.Instead of subscribing to multiple VMs, one can subscribe to single VM and create multiple user to use the notebook.
It can be used in a classes of students, a corporate data science group or scientific research group.
It is a multi-user Hub that spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server.