Slurm Jupyter Kernel
Structure
Installation
$ python3 -m pip install slurm_jupyter_kernel
GitHub repository: GitHub - pc2/slurm_jupyter_kernel: Manage (create, list, modify and delete) and starting jupyter kernels using sbatch
Create Jupyter kernel
Python/Julia (auto installation on Noctua 2)
Requirements: running ssh-agent with loaded ssh-key to access Noctua 2 passwordless.
$ slurmkernel template use --template ipython|ijulia --user <USERNAME> --proxyjump fe.noctua2.pc2.uni-paderborn.de --loginnode n2login1 [--dry-run]