langchain_community.document_loaders.notebook.remove_newlines¶

langchain_community.document_loaders.notebook.remove_newlines(x: Any) Any[source]¶

Recursively remove newlines, no matter the data structure they are stored in.

Parameters

x (Any) –

Return type

Any