jupyter-ai
jupyter-ai copied to clipboard
Create a kernel so you can have an AI notebook with context
trafficstars
Problem
I would like to have AI conversations in a notebook file with the file as the context. New Notebook would be a new conversation
Proposed Solution
Create a kernel rather than magics in another kernel. Use for context
Additional context
The notebook format is great for "call and response" like a chat. The current abilities do not let you create a notebook where all "code" is evaluated by the AI chat. You could preface every cell with %%ai but that is cumbersome. Also doesn't seem to save context (but that may be user setting)