Skip to content

Instantly share code, notes, and snippets.

@lgloege
Last active May 7, 2021 02:21
Show Gist options
  • Select an option

  • Save lgloege/8ca0a62da765b322b74129de07775d3d to your computer and use it in GitHub Desktop.

Select an option

Save lgloege/8ca0a62da765b322b74129de07775d3d to your computer and use it in GitHub Desktop.
#!/bin/bash
# launch jupyter
#SBATCH --account=glab
#SBATCH -J jupyter
#SBATCH --time=1:00:00
#SBATCH --mem=20G
# Setup Environment
source activate base
jupyter lab --no-browser --ip "*" \
--notebook-dir /burg/glab/users/luke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment