MockJupyterState#
- class rubin.nublado.client.MockJupyterState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
EnumPossible 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'#