MockJupyterState#

class rubin.nublado.client.MockJupyterState(*values)#

Bases: Enum

Possible states the Jupyter lab can be in.

Attributes Summary

Attributes Documentation

LAB_RUNNING = 'lab running'#
LOGGED_IN = 'logged in'#
LOGGED_OUT = 'logged out'#
SPAWN_PENDING = 'spawn pending'#