Chat
Last updated
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.
Instruct the AI to write code for you. Talk to it like you would a colleague who is looking at your computer screen. Mito provides the AI with context about your code and currently defined variables. For example, if you want the AI to filter the column loan_amount
in datframe loans_df
, the instruction "Filter loan amount to greater than 100k" should get the job done."
Review the AI generated code. New code created by the AI is highlighted in green. Code deleted by the AI is highlighted in red. Review the code to make sure the AI has not made any unwanted changes and that you understand the new code.
Accept or Reject the AI generated code.
Press cmd / ctrl + Y
to accept the AI generated code and write it to the current active code cell
Press cmd / ctrl + D
to reject the AI generated code and return the code cell to its previous state.
Open the chat taskpane by clicking the icon in the toolbar on the left hand side of JupyterLab or by pressing cmd / ctrl + E
.