https://github.com/runawayhorse001/ze2nb
Zeppelin notebook to Jupyter notebook
https://github.com/runawayhorse001/ze2nb
jupyter-notebook python3 zeppelin
Last synced: 6 months ago
JSON representation
Zeppelin notebook to Jupyter notebook
- Host: GitHub
- URL: https://github.com/runawayhorse001/ze2nb
- Owner: runawayhorse001
- License: mit
- Created: 2019-06-20T20:02:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T17:18:34.000Z (almost 4 years ago)
- Last Synced: 2025-11-29T06:58:01.147Z (7 months ago)
- Topics: jupyter-notebook, python3, zeppelin
- Language: HTML
- Homepage: https://runawayhorse001.github.io/ze2nb
- Size: 7.79 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ze2nb: Zeppelin to jupyter notebook
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
### 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