Files
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
..
2023-02-15 22:47:30 -08:00
2023-02-08 00:35:33 -08:00
2023-02-20 22:54:26 -08:00
2023-02-06 21:44:35 -08:00
2023-02-08 12:00:47 -08:00
2023-02-17 15:15:02 -08:00
2023-02-06 18:13:46 -08:00
2023-02-06 22:21:16 -08:00
2023-02-18 08:13:54 -08:00
2023-02-12 23:02:01 -08:00
2023-02-08 00:35:33 -08:00
2023-02-08 00:35:33 -08:00
2023-02-18 10:58:39 -08:00
2023-02-09 08:12:22 -08:00