Expand description
cognee_lib::notebooks — per-user notebook CRUD facade.
Wraps cognee_database::NotebookDb with tutorial seeding and the Python
truthiness-bug compat notes documented in docs/http-server/routers/notebooks.md.
Modules§
- tutorial
- Tutorial notebook seeder — thin re-export from
cognee-database.
Enums§
Constants§
- TUTORIAL_
BASICS_ ID - UUID5(NAMESPACE_OID, “Cognee Basics - tutorial 🧠”)
- TUTORIAL_
PYTHON_ DEV_ ID - UUID5(NAMESPACE_OID, “Python Development with Cognee - tutorial 🧠”)
Functions§
- create_
notebook - Create a new notebook.
- delete_
notebook - Delete a notebook. Returns
trueif a row was removed. - list_
notebooks - List all notebooks for
user_id. - update_
notebook - Update a notebook’s name and/or cells.