Make Jupyter an AI First IDE

Jake from Mito
2 min readJan 17, 2025

--

Installing Data Copilot

Data Copilot is a new enhancement to Jupyter from the Mito team. With one pip command, you add a suite of AI featurs your Python environment.

pip install mito-ai mitosheet

Then, follow these instructions to create a mitosheet and use AI.

Features

Chat is like collaborating with a colleague who sees your code, knows your data, and is a Python expert. Its ChatGPT integrated directly into Jupyter. It knows the current code cell you are editing and the column headers of your data, so it can generate code that runs in your analysis without copying and pasting or editing variable names.

Autocomplete helps you work faster. There’s no need to switch tabs or search through documentation — autocomplete completes your thoughts and seamlessly fills in your code.

One click error debugging allows you to send any error to the AI chat, where the Data Copilot will automatically return the code that solves the error. Just click the “Fix Error in AI Chat” button when it appears at the top of the error message.

Debugging with AI

Mito Spreadsheet: Explore your data in an interactive spreadsheet interface. Write spreadsheet formulas like VLOOKUP, apply filters, build pivot tables, and create graphs all in the spreadsheet. Every edit you make in the Mito spreadsheet is automatically converted to production-ready Python code

A Mito spreadsheet inside of a JupyterLab notebook

--

--

Jake from Mito
Jake from Mito

Written by Jake from Mito

Exploring the future of Python and Spreadsheets

No responses yet