--- title: "Notebooks" status: "active" folder: "000-configs/notebooks" tags: [readme, notebook, code] created: "2026-07-30" updated: "2026-07-30" version: "1.0.0" --- # Notebooks Executable Jupyter / Colab notebooks that accompany research projects or workspace workflows. These are *runnable* artifacts (.ipynb), not docs — the companion writeup lives in `06-research/` or as a task in `07-tasks/`. ## How to use 1. Download the `.ipynb` from this folder (or `git pull` on your PC and open in Obsidian / Jupyter / Colab). 2. Open in **Google Colab** for the Cloud-Drive-backed workflows (most notebooks here assume Colab free tier + Drive mount). 3. Update the task file in `07-tasks/` when you re-run or modify. ## Current notebooks | Notebook | Purpose | Companion task | |---|---|---| | [[docx_to_markdown_openwebui.ipynb]] | DOCX + MD → clean Markdown for Open WebUI knowledge bases (mammoth + python-docx fallback + fuzzy dedup + URL extraction) | [[07-tasks/docx-to-markdown-converter-notebook]] | ## When adding a new notebook 1. Drop the `.ipynb` here. 2. Add a row to the table above with a link. 3. Create or update a task in `07-tasks/.md` describing what it does and how to run it. 4. Commit with `notebook: ` per the repo commit-message convention.