concatenate_cells#
- langchain_community.document_loaders.notebook.concatenate_cells(cell: dict, include_outputs: bool, max_output_length: int, traceback: bool) str [source]#
将单元格信息组合成可读格式,以便使用。
- Parameters:
cell (dict) – 一个字典
include_outputs (bool) – 是否包含单元格的输出。
max_output_length (int) – 要显示的输出的最大长度。
traceback (bool) – 是否返回错误的回溯信息。
- Returns:
包含单元格信息的字符串。
- Return type:
字符串