Skip to content

joeyism/ze2nb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ze2nb CLI

Installation

pip3 install ze2nb-cli

Usage

usage: ze2nb [-h] [-i INPUT] [--run-all] [--out-path OUT_PATH] [--to-html]
             [--to-py]

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        The input file_name
  --run-all             If set, walks through this directory and converts all
                        *.json to ipynb
  --out-path OUT_PATH   Output path
  --to-html             Converts to HTML
  --to-py               Converts to .py