Skip to main content

Module notebooks

Module notebooks 

Source
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§

NotebookError

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 true if a row was removed.
list_notebooks
List all notebooks for user_id.
update_notebook
Update a notebook’s name and/or cells.