Mito
Search…
Mito
Mito Docs
Getting Started
Installing Mito
Common Install Errors
Installing Mito Inside a Virtual Environment
Installing Mito in a Docker Container
Installing Mito in a Jupyter Notebook Directly
Overview of the Mitosheet
Feature Reference
Creating a Mitosheet
Importing Data into Mito
Search for Functionality
Pivot Tables
Filter Data
Summary Statistics
Type Changes
Graphing
Using Spreadsheet Formulas
Editing Individual Cells
Merging/Diffing Datasets
Concatenate Dataframes
Sort Data
Deleting Columns
Deduplicate
Formatting
Exporting to CSV & Excel
Using the Generated Code
Upgrading Mito
How To
Create a line chart of time series data
Delete Columns with Missing Values
Use the Mito Generated Code outside of JupyterLab
Exploratory Data Analysis
Create a Bar Chart
Misc
Videos
Release Notes
FAQ
Terms of Service
Privacy Policy
Powered By
GitBook
Installing Mito Inside a Virtual Environment
Installing Mito Inside a Virtual Environment can help fix installation problems.
Python Virtual Environment
Conda Virtual Environment
First, create a new environment:
1
python3 -m venv mitoenv
Copied!
Then, activate the environment. On Windows in command prompt:
1
mitoenv\Scripts\activate.bat
Copied!
On Mac:
1
source mitoenv/bin/activate
Copied!
Then, install the Mito installer:
1
python -m pip install mitoinstaller
Copied!
Then, run it:
1
python -m mitoinstaller install
Copied!
Installing Mito in a Conda virtual environment
First, create a new conda environment:
1
conda create -n mitoenv python=3.8
Copied!
Then, activate your new environment:
1
conda activate mitoenv
Copied!
Then, download the Mito package:
1
python -m pip install mitoinstaller
Copied!
Then, run the installer. This command may take a few moments to run:
1
python -m mitoinstaller install
Copied!
After installing, you can create your first Mitosheet:
Creating a Mitosheet
Previous
Common Install Errors
Next
Installing Mito in a Docker Container
Last modified
1mo ago
Copy link