Skip to content

Commit

Permalink
JUPYTERNB: usage
Browse files Browse the repository at this point in the history
  • Loading branch information
pojeda committed Sep 5, 2024
1 parent db44788 commit 9947faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/JUPYTERNOTEBOOKS/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# Ask for a suitable amount of time. Remember, this is the time the Jupyter notebook will be available! HHH:MM:SS.
#SBATCH --time=00:10:00
# If you use the GPU nodes uncomment the following lines
###SBATCH --gpus=v100:1
###SBATCH --gpus=l40s:1

# Clear the environment from any previously loaded modules
module purge > /dev/null 2>&1
# Load the module environment suitable for the job
module load GCCcore/12.3.0 JupyterLab/4.0.5
module load GCCcore/13.2.0 JupyterLab/4.2.0
# Start JupyterLab
jupyter lab --no-browser --ip $(hostname)

0 comments on commit 9947faa

Please sign in to comment.