What context does Jupyter AI inline text completion have? I can’t find it in any of the docs.
Does it have:
- Current cell context? Presumably yes, given it suggests from preceding cahracters
- Current notebook context?
- Other notebooks (in directory?) context?
- Other context from inside imports, etc?
- Aisde, for completeness, context it doesn’t have but would be useful is dataframe metadata (e.g. column names, shape, indexes, etc.) – associated ticket Automatically provide notebook context in magic commands · Issue #331 · jupyterlab/jupyter-ai · GitHub
I have reason to believe it has context from other notebooks in the directory… but unclear.