What problem does it solve? It lets an AI agent work directly inside a live Google Colab notebook in the user's Chrome browser, so the user can watch cells being written and executed in real time instead of receiving detached code snippets. ## Core Features & Use Cases - Live Cell Manipulation: Add, update, delete, move, and run code or markdown cells in a Colab notebook via MCP tools like add_code_cell, update_cell, and run_code_cell. - Shared Kernel Execution: Run Python, R, or Julia cells against a persistent kernel with pre-installed data science packages (pandas, scikit-learn, torch, jax, and more). - Drive Notebook Support: Follow in-tab navigation to open and edit existing notebooks stored in Google Drive after connecting. - Use Case: Ask the agent to build an exploratory data analysis in Colab; it opens a notebook in your Chrome tab, writes cells, runs them, and you watch plots and tables render natively. ## Quick Start Connect to a live Colab notebook in my browser and create a notebook that loads a CSV and plots its distributions.