CodeContext#
- class rubin.nublado.client.CodeContext(node=None, image=None, notebook=None, cell=None, cell_number=None)#
Bases:
objectOptional context for exception reporting during code execution.
This class can be passed into some
NubladoClientmethods and will be used to annotate any raised exceptions with any available context information.- Parameters:
Attributes Summary
Identifier of notebook cell (usually a UUID).
Number of the notebook cell.
Docker image used for JupyterLab.
Name of the node on which the JupyterLab is running.
Name of the notebook.
Attributes Documentation