jupyterhub / jupyterhub/batchspawner
Docs: clarify what pkgs need to be installed in the Python env on worker nodes
- Dominant language
- Python
- Stars
- 207
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
### Proposed change
The current install instructions seem to assume that a single Python environment is shared between the Spawner and the per-user sessions. To help those working on systems where that's not the case it would be useful to clarify:
- what needs installing in the Python env that the spawner runs from
- what needs to be present in the Python env on worker nodes in order to start single-user sessions using BatchSpawner
### Alternative options
?
### Who would use this feature?
All new BatchSpawner admins
### (Optional): Suggest a solution
I'm still in the process of configuring BatchSpawner for the first time so don't wish to propose a solution myself just yet.
Contributor guide
Assessment
This issue has not been assessed yet.