Usage

$ jup_sched -h
usage: jup_sched [-h] [-e EMAIL] [-t TIME] [--gpu] [-py2] [--password] [-d]

Jupyter Notebook Scheduler

optional arguments:
  -h, --help            show this help message and exit
  -e EMAIL, --email EMAIL
                        specify an email address for the scheduler
                        communication
  -t TIME, --time TIME  specify the running time for the scheduler in the
                        format HH:MM:SS
  --gpu                 use this option if you require a GPU to be scheduled
  -py2, --python2       use a Python 2.x environment (Python 3.x is used by
                        default)
  --password            re-print the password and address for the jupyter
                        notebook WILL IGNORE ALL OTHER ARGUMENTS
  -d, --debug           keep the scheduler's transcript of the console output
                        (off by default)

Examples

Restrictions