Creating a Mitosheet
Use Mito to generate Python code, start automating your Excel processes.
Last updated
Was this helpful?
Use Mito to generate Python code, start automating your Excel processes.
Last updated
Was this helpful?
Before creating a Mitosheet, make sure . If you just installed Mito, make sure to restart your kernel + refresh your browser.
Open the Notebook where you want to create the mitosheet. If you installed Mito in a virutal environment, make sure to .
Copy and paste this code into a cell:
Run the code by clicking on the code cell that contains it and pressing Shift + Enter.
Follow the instructions to .
If you've already created a mitosheet that you want to continue working from:
Open the Notebook where you previously created the mitosheet. If you installed Mito in a virutal environment, make sure to .
Click on the code cell that contains the mitosheet.sheet(...)
call that you want to reload, and press Shift+Enter.
If you want to learn more about reopening an existing mitosheet, read of the Core Concepts overview.
If you've previously created a mitosheet, and you see this ModuleNotFoundError after running the above code, its likely because the mitosheet package is not installed in your current environment.
NameError
If after running the mitosheet.sheet()
code, you see this NameError, you have to first import the mitosheet package.
Copy this code into your notebook above the mitosheet.sheet()
call
Click on the import mitosheet
code and press Shift + Enter
Click on the mitosheet.sheet()
code and press Shift + Enter
If this is the first mitosheet you are creating after installing Mito, view these .
Make sure to launch that you installed Mito in.
Want help? Get in contact with our support team through , , or by emailing jake@sagacollab.com