-
-
Save lgloege/8ca0a62da765b322b74129de07775d3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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