Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mito-ds/mito
The mitosheet package, trymito.io, and other public Mito code.
https://github.com/mito-ds/mito
data data-analysis data-science data-visualization jupyter pandas python streamlit-component
Last synced: 3 days ago
JSON representation
The mitosheet package, trymito.io, and other public Mito code.
- Host: GitHub
- URL: https://github.com/mito-ds/mito
- Owner: mito-ds
- License: other
- Created: 2022-01-20T17:13:19.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-12-02T21:30:03.000Z (10 days ago)
- Last Synced: 2024-12-03T03:38:51.416Z (10 days ago)
- Topics: data, data-analysis, data-science, data-visualization, jupyter, pandas, python, streamlit-component
- Language: Jupyter Notebook
- Homepage: https://trymito.io
- Size: 244 MB
- Stars: 2,309
- Watchers: 22
- Forks: 163
- Open Issues: 194
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mito-ds/mito - The mitosheet package, trymito.io, and other public Mito code. (python)
README
# ![Mito Logo](https://www.trymito.io/_next/image?url=%2FMito.svg&w=128&q=75) Mito Monorepo
[![Deploy mitosheet and mitoinstaller](https://github.com/mito-ds/monorepo/actions/workflows/deploy-mitosheet-mitoinstaller.yml/badge.svg)](https://github.com/mito-ds/monorepo/actions/workflows/deploy-mitosheet-mitoinstaller.yml) ![PyPI - Downloads](https://img.shields.io/pypi/dm/mitosheet)
Mito is a spreadsheet that lives inside your Jupyter notebooks, Dash apps, and Streamlit apps. It allows you to edit Pandas dataframes like an Excel file, and generates Python code that corresponds to each of your edits.
Mito aims to be the _first_ tool in your data science toolkit and supports:
- Point-and-click CSV and XLSX import
- Excel-style pivot tables
- Graph generation
- Filtering and sorting
- Merge (lookups)
- Excel-Style formulas
- Column summary statistics
- And much more!Mito is an open source tool (look around...), and will always be built by and for our community. See our [plans page](https://www.trymito.io/plans) for more detail about our features, and consider purchasing Mito Pro to help fund development.
## ⚡️ Quick start
To get started, open a terminal, command prompt, or Anaconda Prompt. Then, download the Mito installer:
```
python -m pip install mitoinstaller
```Then, run the installer. This command may take a few moments to run:
```
python -m mitoinstaller install
```This will install Mito for classic Jupyter Notebooks and JupyterLab 3.0. More detailed installation instructions can also be found [here](https://docs.trymito.io/getting-started/installing-mito).
If you're interested in Mito Pro, see our [plans page](https://www.trymito.io/plans).
## Documentation
You can find all Mito documentation available [here](https://docs.trymito.io).
## Getting Help
To get support, join our [Discord](https://discord.com/invite/XdJSZyejJU) or [Slack](https://join.slack.com/t/trymito/shared_invite/zt-1h6t163v7-xLPudO7pjQNKccXz7h7GSg).
## Docker Quick Start
Coming soon!
## MyBinder
MyBinder link for the main branch: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/mito-ds/monorepo/HEAD?labpath=%2Fbinder%2Fmito-starter-notebook.ipynb)
# Contributing
This repo is the monorepo for the Mito project, and so contains the `mitosheet` package, the `trymito.io` website, and our documentation as well.
## Mitosheet
To see the code for the `mitosheet` package, see the `mitosheet` folder.
### Testing
To test the current version of `mitosheet` that is deployed on Test PyPi, create an empty venv, and run the command
```
python3 -m pip install mitoinstaller
python3 -m mitoinstaller install --test-pypi
```Then, launch JLab to test the current version of the `mitosheet` package on Test PyPi.
## Mitoinstaller
To see the `mitoinstaller` package, see the `mitoinstaller` folder.
## Trymito.io
To see the code for our website, see the `trymito.io` folder.
## Docs
Our docs are hosted on Gitbooks [here](https://docs.trymito.io). You can see and edit the docs in the `/docs` folder, PRs greatly appreciated!