November 4th, 2024 - Hello Mito AI
We've released a new package mito-ai that adds
Last updated
We've released a new package mito-ai that adds
Last updated
© Mito
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.
New code created by the AI is highlighted in green. Code deleted by the AI is highlighted in red. The new code diffs make it easy to review the code to make sure the AI has not made any unwanted changes and that you understand the new code.
Is your code erroring because you typed a variable name incorrectly? Maybe you mixed up your single and double quotes? Or maybe it's something more complicated and nuanced like accidentally running Jupyter code cells out of order. Debugging errors like these can be challenging and frustrating, taking you out of the flow of exploring and analyzing your data.
When a code cell errors, click the Fix Error in AI Chat
button to have Mito AI automatically try to fix your error. It will use the context of the code cell and variables that you have defined to figure out why your code is erroring and suggest a fix.