Metadata-Version: 2.1
Name: ze2nb
Version: 1.0.0
Summary: Zeppelin to Jupyter Notebook 
Home-page: https://github.com/runawayhorse001/ze2nb.git
Author: Wenqiang Feng and Ryan Blue
Author-email: von198@gmail.com
License: MIT
Description: # zeppelin2nb: Zeppelin to jupyter notebook 
        
        This is my Zeppelin notebook to jupyter notebook python library repositories. This library is based on Ryan Blue's Jupyter/Zeppelin conversion: https://github.com/rdblue/jupyter-zeppelin.
        
        The ``API`` can be found at: https://runawayhorse001.github.io/ze2nb. 
        If you want to install it, you can
        
        ### Install from PyPI
        
        You can install the zeppelin2nb from [PyPI](https://pypi.org/project/ze2nb):
        
            pip install ze2nb
        
        ### Install from Repo 
        
        Or you can install the zeppelin2nb from the repo:
        
        #### 1. clone
        
        	git clone https://github.com/runawayhorse001/ze2nb.git
        
        #### 2. install 
        
        	cd ze2nb
        	pip install -r requirements.txt 
        	python setup.py install
        
        #### 3. test 
        
        	cd zeppelin2nb/test
        	python demo.py
        
        #### 4. uninstall 
        
        	pip uninstall ze2nb
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
