MockJupyterState# class rubin.nublado.client.MockJupyterState(*values)# Bases: Enum Possible states the Jupyter lab can be in. Attributes Summary LAB_RUNNING LOGGED_IN LOGGED_OUT SPAWN_PENDING Attributes Documentation LAB_RUNNING = 'lab running'# LOGGED_IN = 'logged in'# LOGGED_OUT = 'logged out'# SPAWN_PENDING = 'spawn pending'#