ipyslurm

Python interface to Slurm Workload Manager.

View the Project on GitHub auneri/ipyslurm

ipyslurm

Python interface to Slurm Workload Manager.

license build pypi conda-forge

Getting started

Install using pip install ipyslurm or conda install -c conda-forge ipyslurm.

See example notebooks for different use cases.

Magic commands

Line magics: sinteract, slogin, slogout, stail
Cell magics: scommand, sbatch, sftp, swritefile

Use ? to get help on individual commands.

Releasing a new version

  1. Update project.version in pyproject.toml and CHANGELOG with commit message “Release vX.X.X”.
  2. Add tag vX.X.X with message “Release vX.X.X”.
  3. Push the tag and create a new release on ipyslurm.
  4. Merge the auto-generated pull request on ipyslurm-feedstock.