Smart Debugging
Last updated
Last updated
© Mito
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.
Mito makes it easy to debug these errors using AI. Just ask for help.
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.