Commit Graph

3 Commits (429af93cabf54309510d76c34c85bff8466e6c74)

Author SHA1 Message Date
Harrison Chase 429af93cab fix imports (#1288) 1 year ago
Harrison Chase cc10f1fe9c cleanup (#1274) 1 year ago
Klein Tahiraj 24f02aa39a 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