Jupyter AIRepository28/100 via “context attachment via @file and @selection commands”
An open-source, configurable AI assistant in Jupyter Notebook and JupyterLab that supports 100+ LLMs, including locally-hosted models from Ollama and GPT4All. #opensource
Unique: Implements context resolver pattern that normalizes files, cells, and selections into unified context format before LLM injection. @file and @selection syntax provides intuitive, discoverable way to attach context without manual copy-paste, reducing friction in AI-assisted workflows.
vs others: More intuitive than manual context copying; tighter notebook integration than external code analysis tools; supports multiple context types (files, cells, selections) in single prompt.