Skip to content

Commit

Permalink
Add missing information how to setup batchspawner (see issues jupyter…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoeze committed Jul 7, 2019
1 parent a4aaf8f commit b088e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This package formerly included WrapSpawner and ProfilesSpawner, which provide me

```python
c = get_config()
c.JupyterHub.extra_handlers = [(r"/api/batchspawner", 'batchspawner.api.BatchSpawnerAPIHandler')]
c.JupyterHub.spawner_class = 'batchspawner.TorqueSpawner'
```
3. Depending on the spawner, additional configuration will likely be needed.
Expand Down

0 comments on commit b088e2d

Please sign in to comment.