Zeppi_Convert is a python library which can convert the zeppelin notebooks to python or any other formats. It has the built in capability to extract the code from different kind of interpreter cells.
Zeppi_Convert got three arguments,
i : input file to be converted(required)
o : output file to be returned(optional)(default: outputs a zeppiconvert.txt file)
int : specific interpreter cells to be converted (optional)(default: extracts the code from all the cells)
Usage
From the command line, use the keyword zeppi-convert to convert a zeppelin notebook (.json) to any other format output format
$ zeppi-convert -i <input_filename> -o <output_filename> -int <interpreter_type>
Example1: Extract the code from all the cells and output a python file
$ zeppi-convert -i mynotebook.json -o mypython.py
Example2: Convert a zeppelin notebook to any text format
$ zeppi-convert -i mynotebook.json -o myfile.txt
Example3: Extract the code from a specific interpreter cells
$ zeppi-convert -i mynotebook.json -o myfile.txt -int pyspark
Release files for Zeppi_Convert 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Zeppi_Convert-0.1.2.tar.gz | 2.9 kB | Details |
Release files / Zeppi_Convert-0.1.2.tar.gz
| Download URL | Zeppi_Convert-0.1.2.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e09ed77cd54ca08a312312db78d48e168df7b915e1144cfe477175cfc9610d8e
|
|
BLAKE2b-256 checksum How to use checksums |
c0d204f731af8aa81cc83cf8aa05172a3ba0a2f20993d3830f5956ad5a9653c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|