jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Docs: clarify what pkgs need to be installed in the Python env on worker nodes #213

Open willfurnass opened 3 years ago

willfurnass commented 3 years ago

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:

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.