Manage DeepTutor notebooks — list, create, view, import and remove records.
Use the exec tool to manage DeepTutor notebooks via CLI.
deeptutor notebook list
deeptutor notebook create <name> --description "Description text"
deeptutor notebook show <notebook_id>
deeptutor notebook add-md <notebook_id> /path/to/file.md
deeptutor notebook replace-md <notebook_id> <record_id> /path/to/file.md
deeptutor notebook remove-record <notebook_id> <record_id>
notebook list first to see available notebooks and their IDs.notebook show <id> to see individual records within a notebook.