Installing Mito in Vertex AI

Installing Mito in a Vertex AI User Managed notebook.

NOTE: These are instructions for Mito in a Vertex AI User Managed Notebook environment only.

  1. Follow the instructions for setting up a user managed notebook on Vertex by following the instructions here.

  2. Open the new User Managed notebook, open a new Jupyter notebook, and run the following code in a cell:

pip install mitosheet mitosheet-helper-enterprise
  1. Then, restart the kernel and refresh the page. Mito should now be installed.

You can test the installation by creating your first Mito spreadsheet:

Last updated