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.
Your custom JupyterHub use case not covered below? Reach out to [email protected] to get help
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 mitosheetCommon scenarios for this are:
Docker with DockerSpawner
K8s with KubeSpawner
Z2JH distribution — see instructions here
The Littlest JupyterHub (TLJH)
In line with the official guide, run the following command
sudo -E pip install mito-ai mitosheetLast updated
Was this helpful?