ideonate / cdsdashboards

JupyterHub extension for ContainDS Dashboards
https://cdsdashboards.readthedocs.io/
Other
200 stars 38 forks source link

Added extension class for SudoSpawner #60

Closed StevenLaan closed 3 years ago

StevenLaan commented 3 years ago

I wanted to use the SudoSpawner in combination with cdsdashboards. This extension class was required for that.

Configuration is exactly the same as the LocalProcessSpawner, i.e. you need to specify the correct spawner class in jupyterhub_config.py.

danlester commented 3 years ago

Thank you very much - really helpful!