CodeContext#
- class rubin.nublado.client.CodeContext(image=None, notebook=None, path=None, cell=None, cell_number=None, cell_source=None, cell_line_number=None, cell_line_source=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).
Line number within the cell being executed.
Line within the cell being executed.
Number of the notebook cell.
Contents of the notebook cell.
Docker image used for JupyterLab.
Name of the notebook.
Path to the notebook.
Attributes Documentation