Mito
Search
⌃K

Creating a Mitosheet

This documentation will teach you how to create your first Mitosheet.

How to create a mitosheet

Before rendering a Mitosheet, make sure you've installed Mito correctly. If you just installed mito, make sure to refresh your Jupyter notebook.
  1. 1.
    Open the Notebook you want to create a mitosheet within.
  2. 2.
    Copy and paste this code into a cell:
import mitosheet
mitosheet.sheet()
Then run the Mitosheet generating code by clicking on the code cell that contains it and pressing Shift + Enter.
If a Mitosheet does not appear, make sure that you followed the Installation Instructions, or see our common install errors.