Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/auneri/ipyslurm

Python interface to Slurm Workload Manager.
https://github.com/auneri/ipyslurm

ipython jupyter slurm

Last synced: 24 days ago
JSON representation

Python interface to Slurm Workload Manager.

Awesome Lists containing this project

README

        

# ipyslurm

Python interface to [Slurm Workload Manager](https://slurm.schedmd.com).

[![license](https://img.shields.io/github/license/auneri/ipyslurm)](https://github.com/auneri/ipyslurm/blob/main/LICENSE.md)
[![build](https://img.shields.io/github/actions/workflow/status/auneri/ipyslurm/main.yml)](https://github.com/auneri/ipyslurm/actions)
[![pypi](https://img.shields.io/pypi/v/ipyslurm)](https://pypi.org/project/ipyslurm)
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/ipyslurm)](https://anaconda.org/conda-forge/ipyslurm)

## Getting started

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

See [example notebooks](https://github.com/auneri/ipyslurm/tree/main/examples) for different use cases.

## Magic commands

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

Use [?](http://ipython.readthedocs.io/en/stable/interactive/tutorial.html#exploring-your-objects) to get help on individual commands.