Sandbot Manual

Start/Stop/Restart/Status of a single jupyter lab server

$ sudo systemctl start jupyterlab@USERNAME

$ sudo systemctl stop jupyterlab@USERNAME

$ sudo systemctl restart jupyterlab@USERNAME

$ sudo systemctl status jupyterlab@USERNAME

Checking the status of all jupyter lab servers

$ sudo systemctl status jupyterlab@*

Restarting all jupyter lab servers

$ sudo systemctl restart jupyterlab@*