jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Add SlurmSpawner.req_output #258

Open t20100 opened 1 year ago

t20100 commented 1 year ago

This PR proposes to add a req_output trait to SlurmSpawer in order to customize the file where SLURM saves its output.

The implementation is meant to be backward compatible by default and offers the possibility to use either a relative path from homedir or an absolute path.

closes #257