batchspawner icon indicating copy to clipboard operation
batchspawner copied to clipboard

Custom Spawner for Jupyterhub to start servers in batch scheduled systems

Results 85 batchspawner issues
Sort by recently updated
recently updated
newest added

updates: - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.7.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.2.1...v2.7.1) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.8.4...5.0.4) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.3.0)

### Bug description When I strart a server the jobs gets scheduled and successfully starts but the hub cannot talk to it. #### Expected behaviour The hub knows about the...

bug

### Proposed change I would like to give our HPC cluster users the ability to cancel the spawning process. If they have selected the wrong resources, they may find themselves...

enhancement

This adds the possibility to start a `connect_to_job` background task on the hub on job start, which establishes connectivity to the actual single user server. An example for this is...

new

We've had a few cases where requests for multiple GPUs ended up allocating multiple nodes, which obviously causes weird problems. Obviously we could configure our partition and options to prevent...

### Bug description My sbatch script is: ``` [I 2022-06-02 22:44:23.718 JupyterHub batchspawner:292] Spawner submitted script: #!/bin/bash #SBATCH -t 00:30:00 #SBATCH -N 1 env module load PrgEnv/GCC+OpenMPI/2021-05-27 cuda gcc openmpi...

bug

Bug description I believe old LSF implementations used space node names where a job was submitted to multiple machines. bjobs now returns a host multiple times, seperated by a ':'...

### Bug description When I try to spawn a JupyterLab instance using the Slurm spawner, the job launches according to slurm, however, the jupyterhub window just stays in the "Your...

bug

### Bug description We are trying to launch a singularity image container with SLURM. Jupyterhub is installed in a virtual machine and launch the singularity image containing jupyterlab in a...

bug

### Bug description batchspawner-singleuser starts correctly on the compute node and communicates back to the hub to indicate this. JupyterHub shows: `Server ready at [/user/username/]` and redirects to /user/username/lab? but...

bug