jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

Create a kernel so you can have an AI notebook with context

Open Jwink3101 opened this issue 1 year ago • 0 comments
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)

Jwink3101 avatar Aug 29 '24 19:08 Jwink3101