Metadata-Version: 2.1
Name: mitosheet
Version: 0.1.145
Summary: The Mito Spreadsheet
Home-page: https://github.com/mito/mito
Author: Mito
Author-email: naterush1997@gmail.com
License: BSD
Keywords: Jupyter,Widgets,IPython
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Jupyter
Description-Content-Type: text/markdown
Requires-Dist: jupyterlab (<3.0,>=2.0)
Requires-Dist: ipywidgets (>=7.0.0)
Requires-Dist: pandas (>=1.1.0)
Requires-Dist: matplotlib (>=3.3)
Requires-Dist: analytics-python
Provides-Extra: docs
Requires-Dist: sphinx (>=1.5) ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: nbsphinx (<0.4.0,>=0.2.13) ; extra == 'docs'
Requires-Dist: jupyter-sphinx ; extra == 'docs'
Requires-Dist: nbsphinx-link ; extra == 'docs'
Requires-Dist: pytest-check-links ; extra == 'docs'
Requires-Dist: pypandoc ; extra == 'docs'
Provides-Extra: examples
Provides-Extra: test
Requires-Dist: pytest (>=4.6) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: nbval ; extra == 'test'


        To learn more about Mito, checkout out our documentation: https://docs.trymito.io/getting-started/installing-mito

* 
        # Installing Mito 
* 
        ## Before installing Mito 
*
        1. Check that you have Python 3.6 or above. To check your version of Python, open a new terminal, and type python3 --version. If you need to install or update Python, restart your terminal after doing so.
*
        2. Check that you have Node installed.To check this, open a new terminal, and type node -v.  It should print a version number. If you need to install Node, restart your terminal after doing so.
*
        3. Mito works in Jupyter Lab 2.0 only. We do not yet support Google Collab, VSCode, or Jupyter Lab 3.0.
*
        4. Checkout our terms of service and privacy policy. By installing Mito, you're agreeing to both of them. Please contact us at aarondr77 (@) gmail.com with any questions. 
        ## Installation Instructions 

*
        For more detailed installation instructions, see our documentation: https://docs.trymito.io/getting-started/installing-mito
*
        1. pip install mitosheet
* 
        2. jupyter labextension install @jupyter-widgets/jupyterlab-manager@2
*
        3. jupyter lab


