Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joeyism/ze2nb-cli

A wrapper for ze2nb to be used as a CLI
https://github.com/joeyism/ze2nb-cli

cli convert jupyter jupyter-notebook notebook zeppelin zeppelin-notebook

Last synced: about 2 months ago
JSON representation

A wrapper for ze2nb to be used as a CLI

Awesome Lists containing this project

README

        

# ze2nb CLI

## Installation
```bash
pip3 install ze2nb-cli
```

## Usage
```bash
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
```