Installing Mito in JupyterHub

Step by step instructions for using Mito in JupyterHub

Adding Mito to your JupyterHub user servers is a great way to enable your users to take advantage of AI and Spreadsheet features that Mito provides

JupyterHub uses many different spawners and installation instructions will depend on the chosen spawner. Here we provide the instructions for most common cases.

Container-based Servers

If you use a container to run your user servers, add installation command somewhere in your Docker file.

RUN pip install --no-cache-dir mito-ai mitosheet

Common scenarios for this are:

The Littlest JupyterHub (TLJH)

In line with the official guide, run the following command

sudo -E pip install mito-ai mitosheet

Last updated

Was this helpful?