Ask a question to get started
Enter to sendā¢Shift+Enter new line
Combine cells information in a readable format ready to be used.
concatenate_cells( cell: dict, include_outputs: bool, max_output_length: int, traceback: bool ) -> str
cell
dict
A dictionary
include_outputs
bool
Whether to include the outputs of the cell.
max_output_length
int
Maximum length of the output to be displayed.
traceback
Whether to return a traceback of the error.