Ask a question to get started
Enter to send•Shift+Enter new line
NotebookLoader( self, path: Union[str, Path], include_outputs: bool = False
BaseLoader
path
Union[str, Path]
The path to load the notebook from.
include_outputs
bool
False
Whether to include the outputs of the cell. Defaults to False.
max_output_length
int
10
remove_newline
traceback
Load documents.
Load Jupyter notebook (.ipynb) files.
Jupyter notebook
Maximum length of the output to be displayed. Defaults to 10.
Whether to remove newlines from the notebook. Defaults to False.
Whether to return a traceback of the error. Defaults to False.