Open Existing Virtual Environments

Reopen your existing virtual environments to keep working where you left off.

If you installed Mito in a virtual environment, follow these instructions to relaunch your Mito environmnet.

How to open open an Existing Virtual Environment

Activate your environment

  • On Windows in command prompt:

mitoenv\Scripts\activate.bat
  • On Mac:

source mitoenv/bin/activate

Launch JupyterLab

jupyter lab

Then either create a new mitosheet or rerun an existing mitosheet.sheet() call

Last updated