October 8, 2024

Jupyter Lab 4 Support

Mito now supports JupyterLab 4!

It is important to install the correct version of mitosheet for your version of JupyterLab.

JupyterLab 4.x: To install mitosheet for JupyterLab 4.x, run the following command:

pip install mitosheet

JupyterLab 3.x: To install mitosheet for JupyterLab 3.x, use the latest release of the mitosheet 0.1.x series. Run the following command:

pip install mitosheet~=0.1

Mito as the default dataframe output

Mito is now the default dataframe output, making it easier than ever to understand and edit your data!

Last updated