We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4aaf8f commit b088e2dCopy full SHA for b088e2d
README.md
@@ -18,6 +18,7 @@ This package formerly included WrapSpawner and ProfilesSpawner, which provide me
18
19
```python
20
c = get_config()
21
+ c.JupyterHub.extra_handlers = [(r"/api/batchspawner", 'batchspawner.api.BatchSpawnerAPIHandler')]
22
c.JupyterHub.spawner_class = 'batchspawner.TorqueSpawner'
23
```
24
3. Depending on the spawner, additional configuration will likely be needed.
0 commit comments