You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/document_loaders/examples/example_data
Klein Tahiraj 8a0751dadd
adding .ipynb loader and documentation Fixes #1248 (#1252)
`NotebookLoader.load()` loads the `.ipynb` notebook file into a
`Document` object.

**Parameters**:

* `include_outputs` (bool): whether to include cell outputs in the
resulting document (default is False).
* `max_output_length` (int): the maximum number of characters to include
from each cell output (default is 10).
* `remove_newline` (bool): whether to remove newline characters from the
cell sources and outputs (default is False).
* `traceback` (bool): whether to include full traceback (default is
False).
1 year ago
..
fake-content.html Harrison/obsidian (#920) 1 year ago
fake-email.eml Harrison/obsidian (#920) 1 year ago
fake-power-point.pptx Harrison/obsidian (#920) 1 year ago
fake.docx Harrison/obsidian (#920) 1 year ago
layout-parser-paper.pdf Harrison/obsidian (#920) 1 year ago
notebook.ipynb adding .ipynb loader and documentation Fixes #1248 (#1252) 1 year ago
telegram.json Harrison/telegram loader (#1080) 1 year ago
testing.enex Harrison/everynote (#974) 1 year ago