Main Menu
Running the jupyterHub
-
Login into the hostserver using jupyter account
ssh jupyter@hostipaddress -
Remove the previous nohup.out file
rm -rf nohup.out -
Execute ls command using sudo. Enter the password of the jupyter user upon asked.
sudo ls -
Execute the below provided nohup command.
nohup sudo jupyterhub -f /home/userName/jupyterhub_config.py & -
Check the status of the jupyterHub. Connect the supervisor if errors were observed.
tail nohup.out -
Open the jupyterHub in a webserver, login with your account, and check whether everything is fine or not.