Jupyter AI Extension
Multi-LLM support for Jupyter notebooks with OpenAI, Claude, and Google Gemini.
Features
- Support for GPT-4, Claude Opus, and Gemini 2.0 Flash
- Simple one-line configuration
- Chat and completion modes
- Fully documented with examples
Installation
pip install jupyter-ai-extension
Quick Start
from jupyter_ai_extension import JupyterAIExtension
ai = JupyterAIExtension()
ai.configure("openai")
response = ai.generate("Explain machine learning")
print(response)
Documentation
- GitHub: https://github.com/yourusername/jupyter-ai-extension
- PyPI: https://pypi.org/project/jupyter-ai-extension/
Check out the repository for more examples and documentation!