This is our 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
You can install the zeppelin2nb from PyPI:
pip install ze2nb
Or you can install the zeppelin2nb from the repo:
git clone https://github.com/runawayhorse001/ze2nb.git
cd ze2nb
pip install -r requirements.txt
python setup.py install
cd zeppelin2nb/test
python demo.py
pip uninstall ze2nb