Batchspawner 0.8.0
v0.8
Compatible/tested with JupyterHub 0.5.0 through 0.8.1/0.9dev and Python 3.3 through 3.6
- SlurmSpawner: Remove
--uid
for (at least) Slurm 17.11 compatibility. If you usesudo
, this should not be necessary, but because this is security related you should check that user management is as you expect. If your configuration does not usesudo
then you may need to add the--uid
option in a custombatch_script
. - add base options
req_ngpus
req_partition
req_account
andreq_options
- Fix up logging
- Merge
user_options
with the template substitution vars instead of having it as a separate key - Update ip/port handling for JupyterHub 0.8
- Add
LICENSE
(BSD3) andCONTRIBUTING.md
- Add
LsfSpawner
for IBM LFS - Add
MultiSlurmSpawner
- Add
MoabSpawner
- Add
condorSpawner
- Add
GridEngineSpawner
- SlurmSpawner: add
req_qos
option - WrapSpawner and ProfilesSpawner, which provide mechanisms for runtime configuration of spawners, have been split out and moved to the
wrapspawner
package - Enable CI testing via Travis-CI