MockJupyterAction#

class rubin.nublado.client.MockJupyterAction(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: Enum

Possible actions on the Jupyter lab state machine.

Attributes Summary

Attributes Documentation

CREATE_SESSION = 'create_session'#
DELETE_LAB = 'delete_lab'#
DELETE_SESSION = 'delete_session'#
HOME = 'home'#
HUB = 'hub'#
LAB = 'lab'#
LOGIN = 'login'#
PROGRESS = 'progress'#
SPAWN = 'spawn'#
SPAWN_PENDING = 'spawn_pending'#
USER = 'user'#