You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API doc: import batchspawner, not batchspawner.api
- importing batchspawner.api could become depreciated in the future,
but importing "batchspawner" will always work (and imports .api
within it). Recommend only importing batchspawner then.
- Add clarifying comment in one of the docs.
* PR #58 changes logic of port selection, so that it is selected *after* the singleuser server starts. This means that the port number has to be conveyed back to JupyterHub. This requires the following changes:
- If you override `Spawner.cmd`, note that the default command is now `batchspawner-singleuser`, not the default `jupyterhub-singleuser`. This is to add a hook to report the port number back to the hub.
180
180
- If you have installed with `pip install -e`, you will have to re-install so that the new script `batchspawner-singleuser` is added to `$PATH`.
181
181
* Update minimum requirements to JupyterHub 0.8.1 and Python 3.4.
0 commit comments