hatashiro / nbcw

A simple wrapper for `jupyter nbconvert` for me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbcw
====

A simple wrapper for `jupyter nbconvert`, mainly for me.


Requirement
-----------

Python 3, tested with 3.6.


Install
-------

Copy the `nbcw` script to $PATH.


How to use
----------

Check the help text.

  nbcw --help

An example usage is like below.

  nbcw --title 'Training DNN' ./training_dnn.ipynb -o output.pdf


License
-------

See the code comment.

About

A simple wrapper for `jupyter nbconvert` for me


Languages

Language:Python 100.0%