joeyism / ze2nb-cli

A wrapper for ze2nb to be used as a CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A wrapper for ze2nb to be used as a CLI

License:Apache License 2.0


Languages

Language:Python 100.0%