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 in a Jupyter Notebook Directly
If you're looking to skip the installer, and install the `mitosheet` package in a Jupyter Notebook correctly, follow these instructions.
Before Installing Mito
1.
Check that you have
Python 3.6
or above
by opening a terminal and running
python --version
Installation Instructions
First
open a new terminal or command prompt
. Then, download the Mitosheet package (this command may take a few moments to run).
1
python -m pip install mitosheet
Copied!
Then, activate the extension:
1
python -m jupyter nbextension install --py --user mitosheet
2
python -m jupyter nbextension enable --py --user mitosheet
Copied!
If you have a currently running Jupyter Notebook, restart your kernel and refresh the page. Then continue to creating a mitosheet.
Creating a Mitosheet
Previous
Installing Mito in a Docker Container
Next - Getting Started
Overview of the Mitosheet
Last modified
1mo ago
Copy link
Contents
Before Installing Mito
Installation Instructions