Skip to content
Snippets Groups Projects

Automated merge from preview to main

Merged Jan Frenzel requested to merge merge-preview-in-main into main
24 files
+ 224
89
Compare changes
  • Side-by-side
  • Inline
Files
24
@@ -148,7 +148,7 @@ c.NotebookApp.allow_remote_access = True
@@ -148,7 +148,7 @@ c.NotebookApp.allow_remote_access = True
#SBATCH --time=02:30:00
#SBATCH --time=02:30:00
#SBATCH --mem=4000M
#SBATCH --mem=4000M
#SBATCH -J "jupyter-notebook" # job-name
#SBATCH -J "jupyter-notebook" # job-name
#SBATCH -A p_marie
#SBATCH -A p_number_crunch
unset XDG_RUNTIME_DIR # might be required when interactive instead of sbatch to avoid 'Permission denied error'
unset XDG_RUNTIME_DIR # might be required when interactive instead of sbatch to avoid 'Permission denied error'
srun jupyter notebook
srun jupyter notebook
Loading