#!/bin/bash #PBS -P ERTH1234 #PBS -q serial #PBS -l select=1:ncpus=8:mpiprocs=8 #PBS -l walltime=08:00:00 #PBS -N Jupyter #PBS -m abe #PBS -M YOUR@EMAIL.ADDRESS module add chpc/python/3.6.0_gcc-6.3.0 JUPYTERPORT=8888 # you could change this too, if you wanted to. hostname > ~/jupyter.host jupyter-notebook --port=${JUPYTERPORT} --no-browser