# OneNoteLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/onenote/OneNoteLoader)

Load pages from OneNote notebooks.

## Signature

```python
OneNoteLoader()
```

## Extends

- `BaseLoader`
- `BaseModel`

## Properties

- `settings`
- `auth_with_token`
- `access_token`
- `onenote_api_base_url`
- `authority_url`
- `token_path`
- `notebook_name`
- `section_name`
- `page_title`
- `object_ids`

## Methods

- [`init()`](https://reference.langchain.com/python/langchain-community/document_loaders/onenote/OneNoteLoader/init)
- [`lazy_load()`](https://reference.langchain.com/python/langchain-community/document_loaders/onenote/OneNoteLoader/lazy_load)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/document_loaders/onenote.py#L33)