Make Jupyter an AI First IDE
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.
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