Installing Mito
How to install the mitosheet package for Jupyter.
- 1.Check that you have Python 3.6 or above by opening a terminal and running
python --version
Installing Mito inside of your base environment can lead to package conflicts in some cases. Using a virtual environment prevents package conflicts. Follow these instructions if you want to use a virtual environment:
First open a terminal, command prompt, or Anaconda Prompt. Then, download the Mito installer:
python -m pip install mitoinstaller
Then, run the installer. This command may take a few moments to run:
python -m mitoinstaller install
This will install Mito for classic Jupyter Notebooks and JupyterLab 3.0.
If you run into errors during installation, check our common installation errors to resolve these issues, or join or Discord.
Last modified 2mo ago