Skip to content

Instantly share code, notes, and snippets.

@larsvilhuber
Created November 11, 2016 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsvilhuber/2e720788172f3a399f83921c6aaddd0f to your computer and use it in GitHub Desktop.
Save larsvilhuber/2e720788172f3a399f83921c6aaddd0f to your computer and use it in GitHub Desktop.
Qsub file to run a jupyter notebook instance
#!/bin/bash -l
#PBS -l walltime=01:00:00
#PBS -l ncpus=1
#PBS -N jupyter
source /etc/profile.d/modules.sh
module load python/anaconda
hostname
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment