Skip to content

mecsys/Zeppi_ConvertX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeppi_Convert

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) (deafult: 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%