Skip to content

Commit b088e2d

Browse files
committed
Add missing information how to setup batchspawner (see issues #129 and #126)
1 parent a4aaf8f commit b088e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This package formerly included WrapSpawner and ProfilesSpawner, which provide me
1818

1919
```python
2020
c = get_config()
21+
c.JupyterHub.extra_handlers = [(r"/api/batchspawner", 'batchspawner.api.BatchSpawnerAPIHandler')]
2122
c.JupyterHub.spawner_class = 'batchspawner.TorqueSpawner'
2223
```
2324
3. Depending on the spawner, additional configuration will likely be needed.

0 commit comments

Comments
 (0)