Welcome to the PyData Pittsburgh Forum! If you're new to the community, please start here.
Jupyter AI
-
This just came across my radar, thought it might be of interest to others. It's a plugin for Jupyter that lets you access generative AI models from a variety of different model providers (OpenAI, Anthropic, etc) directly within your notebook.
Among other things, it lets you use an IPython magics command (
%%ai
) to send the contents of a notebook cell as a prompt to a model of your choice — and the model's response appears right in your notebook as the cell's output.Looks like this could be useful for coding and debugging support.
https://jupyter-ai.readthedocs.io/en/latest/
If you want to dig deeper, check out this talk from PyData Seattle: