Added
- 📓 Notebook execution (
/notebooks) — multi-session Jupyter notebook execution via REST endpoints. Each session gets its own kernel vianbclient. Supports per-cell execution with rich outputs (images, HTML, LaTeX).nbclientandipykernelare now core dependencies. - ⚙️
OPEN_TERMINAL_ENABLE_NOTEBOOKS— environment variable (orenable_notebooksin config.toml) to enable/disable notebook execution endpoints. Defaults totrue. Exposed inGET /api/configfeatures.