My startup colleagues and I released an AI-agent extension for JupyterLab. It creates, edits, and fixes Python workflows with contextual awareness directly in your notebook's cells with just a prompt.
So no more copy+paste and editing for context, and get workable code with the right syntax and context immediately.
It uses OpenAI’s GPT 3.5 and 4 depending on the task, is embedded directly into your JupyterLab workflow and applies the context from both your dataset and notebook.
How to use it:
- It’s free
- Add is as a JupyterLab extension through the Extension Manager on the left panel of JupyterLab
- Read in a dataset
- Ask ai-einblick-prompt to write code
Full details: https://pypi.org/project/ai-einblick-prompt/