langchain/docs/modules/document_loaders/examples
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).
2023-02-24 07:10:35 -08:00
..
example_data adding .ipynb loader and documentation Fixes #1248 (#1252) 2023-02-24 07:10:35 -08:00
airbyte_json.ipynb Added initial capital letter to bullet points that had it missing (#1000) 2023-02-11 20:31:34 -08:00
azlyrics.ipynb adding webpage loading logic (#942) 2023-02-09 07:52:50 -08:00
college_confidential.ipynb adding webpage loading logic (#942) 2023-02-09 07:52:50 -08:00
directory_loader.ipynb directory loader improvements (#1162) 2023-02-19 20:47:08 -08:00
email.ipynb Harrison/unstructured structured (#1004) 2023-02-12 07:36:11 -08:00
evernote.ipynb Harrison/evernote nb (#1078) 2023-02-15 22:47:30 -08:00
gcs_directory.ipynb Harrison/add roam loader (#939) 2023-02-08 00:35:33 -08:00
gcs_file.ipynb Harrison/add roam loader (#939) 2023-02-08 00:35:33 -08:00
gitbook.ipynb Harrison/updating docs (#1196) 2023-02-20 22:54:26 -08:00
googledrive.ipynb add GoogleDriveLoader (#914) 2023-02-06 21:44:35 -08:00
gutenberg.ipynb gutenberg books (#946) 2023-02-08 12:00:47 -08:00
hn.ipynb Harrison/hn loader (#1130) 2023-02-17 15:15:02 -08:00
html.ipynb add unstructured examples (#913) 2023-02-06 18:13:46 -08:00
imsdb.ipynb adding webpage loading logic (#942) 2023-02-09 07:52:50 -08:00
microsoft_word.ipynb Harrison/unstructured structured (#1004) 2023-02-12 07:36:11 -08:00
notebook.ipynb adding .ipynb loader and documentation Fixes #1248 (#1252) 2023-02-24 07:10:35 -08:00
notion.ipynb update docs (#905) 2023-02-06 00:26:20 -08:00
obsidian.ipynb Harrison/obsidian (#920) 2023-02-06 22:21:16 -08:00
online_pdf.ipynb fix docs (#1133) 2023-02-18 08:13:54 -08:00
pdf.ipynb chroma docs (#1012) 2023-02-12 23:02:01 -08:00
powerpoint.ipynb Harrison/unstructured structured (#1004) 2023-02-12 07:36:11 -08:00
readthedocs_documentation.ipynb Harrison/unstructured support (#903) 2023-02-05 23:02:07 -08:00
roam.ipynb Harrison/add roam loader (#939) 2023-02-08 00:35:33 -08:00
s3_directory.ipynb Harrison/add roam loader (#939) 2023-02-08 00:35:33 -08:00
s3_file.ipynb Harrison/add roam loader (#939) 2023-02-08 00:35:33 -08:00
srt.ipynb add srt loader (#1140) 2023-02-18 10:58:39 -08:00
telegram.ipynb Harrison/telegram loader (#1080) 2023-02-15 23:24:32 -08:00
unstructured_file.ipynb docs: add quotes to unstructured[local-inference] install instructions (#1208) 2023-02-21 08:06:43 -08:00
url.ipynb feat: adds UnstructuredURLLoader for loading data from urls (#979) 2023-02-10 10:18:38 -08:00
web_base.ipynb adding webpage loading logic (#942) 2023-02-09 07:52:50 -08:00
youtube.ipynb Harrison/youtube fixes (#955) 2023-02-09 08:12:22 -08:00