orangeqs.juice.client.jupyterhub#

Module to list active users from the JupyterHub API.

Module Contents#

Functions#

list_active_users

List all active users from the JupyterHub API.

API#

orangeqs.juice.client.jupyterhub.list_active_users() list[orangeqs.juice.schemas.jupyterhub.ActiveUser]#

List all active users from the JupyterHub API.

Requires the JUPYTERHUB_API_TOKEN and JUPYTERHUB_API_URL environment variables to be set.

Returns#

  • (A list of usernames for active users (users with running servers).)