Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joeyism/ze2nb-cli
- Owner: joeyism
- License: apache-2.0
- Created: 2020-02-22T03:52:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T04:18:56.000Z (almost 5 years ago)
- Last Synced: 2024-10-18T18:31:57.523Z (3 months ago)
- Topics: cli, convert, jupyter, jupyter-notebook, notebook, zeppelin, zeppelin-notebook
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```