jupyter console commands
list all the running processes
sudo sudo su -s /bin/bash -c 'HOME=/local/shared jupyter notebook list' talentan
start notebook on a certain port
sudo sudo su -s /bin/bash -c 'HOME=/local/shared jupyter notebook --port=58899' talentan
sudo netstat -tulpn ### for getting the PIDs TO KILL !!! TOTAL ANNHILATION!
sudo kill 32304