Installing Mito
How to install the mitosheet package for Jupyter.
Requirements
Check that you have Python 3.8 or above, and Python 3.11 or below by opening a terminal and running
python --version
By installing Mito, you are agreeing to Mito's Terms of Service and Privacy Policy.
Installing Mito in a virtual environment
Installing Mito in a virtual environment reduces dependency issues and ensures that Mito will not impact any of your other Python projects.
Create a new environment:
Activate the environment:
On Windows in command prompt:
On Mac:
Install the mitosheet package:
Then, follow these instructions to create a mitosheet.
Installing Mito for Jupyter Lab 3
It is important to install the correct version of mitosheet for your version of JupyterLab.
JupyterLab 4.x: To install mitosheet for JupyterLab 4.x, run the following command:
JupyterLab 3.x: To install mitosheet for JupyterLab 3.x, use the latest release of the mitosheet 0.1.x series. Run the following command:
Last updated